Description Usage Arguments Value
Loads one of the Benchmark Data Sets for Graph Kernels from TU Dortmund
(link).
The node features are computed by concatenating the following features for
each node: - node attributes, if available, normalized as specified in normalize_features
;
clustering coefficient, normalized with z-score;
node degrees, normalized as specified in normalize_features
;
node labels, if available, one-hot encoded.
1 | dataset_tud(dataset_name, clean = FALSE)
|
dataset_name |
name of the dataset to load (see |
clean |
if TRUE, return a version of the dataset with no isomorphic graphs. |
A list of:
a list of adjacency matrices;
a list of node feature matrices;
an array containing the one-hot encoded targets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.