roksana.datasets.datasets
Functions
|
Retrieve basic information about a dataset. |
List all available standard datasets supported by ROKSANA. |
|
|
Load a dataset, either a standard dataset or a user-provided dataset. |
|
Load a standard dataset from PyG's built-in datasets. |
|
Load a user dataset from files in a specified directory. |
|
Prepare a search set for search evaluation by selecting a percentage of nodes as queries and creating corresponding gold sets based on feature similarity. |
Classes
|
A dataset class for user-provided datasets adhering to PyG's InMemoryDataset structure. |