Skip to content

Commit

Permalink
demo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMelton committed Nov 13, 2024
1 parent 79a6d59 commit 8c51cb3
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 @@ -43,7 +43,7 @@ def cluster_moons():
# target = target[idx]
print("Data has shape:", data.shape)

params = {"rho": 0.2, "alpha": 1e-20, "alpha_hull": 7., "min_lambda": 1e-5, "max_lambda": 0.2}
params = {"rho": 0.2, "alpha": 1e-20, "alpha_hull": 5., "min_lambda": 1e-5, "max_lambda": 0.2}
cls = HullART(**params)

X = cls.prepare_data(data)
Expand Down

0 comments on commit 8c51cb3

Please sign in to comment.