You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We input 3 full connected graphs, and want to classify those graphs based on edge weight (continual attribute). The distance between them is 0, 0, 0.
graphs = [ig.read(g) for g in retrieve_graph_filenames(os.path.join(data_folder))]
#Embed and compute distance
#node_features = np.load(os.path.join(data_folder, dataset, 'node_features.npy'))
dist = pairwise_wasserstein_distance(graphs, num_iterations=2)
The text was updated successfully, but these errors were encountered:
We input 3 full connected graphs, and want to classify those graphs based on edge weight (continual attribute). The distance between them is 0, 0, 0.
graphs = [ig.read(g) for g in retrieve_graph_filenames(os.path.join(data_folder))]
#Embed and compute distance
#node_features = np.load(os.path.join(data_folder, dataset, 'node_features.npy'))
dist = pairwise_wasserstein_distance(graphs, num_iterations=2)
The text was updated successfully, but these errors were encountered: