Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guettel authored Jan 30, 2025
1 parent 739dead commit f6a2b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import classix
data, labels = classix.loadData('Covid3MC')
# or one can use Gaussian blobs for a quick try:
# from sklearn.datasets import make_blobs
# data, labels make_blobs(n_samples=1000, centers=3, n_features=2, random_state=0)
# data, labels = make_blobs(n_samples=1000, centers=3, n_features=2, random_state=0)

# Call CLASSIX
clx = classix.CLASSIX(radius=0.2, minPts=500, verbose=0)
Expand Down

0 comments on commit f6a2b63

Please sign in to comment.