Skip to content

Commit

Permalink
update hull-art-2
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMelton committed Nov 6, 2024
1 parent 3f2284c commit 30684fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo_convex_hull_art.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def cluster_moons():
X = cls.prepare_data(data)
print("Prepared data has shape:", X.shape)

cls = cls.fit(X, verbose=True)
cls = cls.fit_gif(X, filename="fit_gif_HullART.gif", n_cluster_estimate=10, verbose=True)
y = cls.labels_
print(np.unique(y))

Expand Down

0 comments on commit 30684fa

Please sign in to comment.