Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelDiai committed Apr 1, 2021
1 parent a3d31a8 commit 9179990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basic_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ def blops(n, k, k_sgl):
load_dataset_and_sgl('Blops', k, k_sgl, n)

def circles(n, k_sgl):
""" Plot blops dataset and learn the graph using SGL
""" Plot Circles dataset and learn the graph using SGL
n : number of nodes per cluster
k_sgl : number of components to learn using SGL
"""
# Create save path
load_dataset_and_sgl('Blops', 2, k_sgl, n)
load_dataset_and_sgl('Circles', 2, k_sgl, n)

0 comments on commit 9179990

Please sign in to comment.