#include <gnn_dataset.h>
Data Fields | |
| size_t | size |
| size_t | n |
| size_t | m |
| gnn_dataset_reset_type | reset |
| gnn_dataset_get_type | get |
| gnn_dataset_destroy_type | destroy |
|
|
The "destroy" function pointer. Definition at line 88 of file gnn_dataset.h. |
|
|
The "get" function pointer. Definition at line 87 of file gnn_dataset.h. |
|
|
The size of the output patterns. Definition at line 85 of file gnn_dataset.h. |
|
|
The size of the input patterns. Definition at line 84 of file gnn_dataset.h. |
|
|
The "reset" function pointer. Definition at line 86 of file gnn_dataset.h. |
|
|
The number of patterns in the dataset. Definition at line 83 of file gnn_dataset.h. |
1.2.18