cdlib.datasets.available_ground_truths

available_ground_truths() → list

List the remotely available network ground truth datasets.

Returns:list of network names
Example:
>>> from cdlib import datasets
>>> graph_name_list = datasets.available_ground_truths()