cdlib.datasets.fetch_ground_truth_data

fetch_ground_truth_data(net_name='karate_club', graph=None)

Load the required ground truth clustering from the remote repository

Parameters:
  • net_name – network name
  • graph – the graph object associated to the ground truth (optional)
Returns:

a NodeClustering object

Example:
>>> from cdlib import datasets
>>> gt_coms = datasets.fetch_network_data(fetch_ground_truth_data="karate_club")