Skip to content

Commit

Permalink
Update _r_cluster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramana-Raja authored Nov 23, 2024
1 parent 4f661a2 commit 4b9606e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aeon/clustering/_r_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class RCluster(BaseClusterer):
The number of clusters used
n_init : int , default = 10
The number of times the clustering algorithm (e.g., KMeans) will run with different centroid seeds
The number of times the clustering algorithm (e.g., KMeans) will run with
different centroid seeds
to avoid poor local optima
max_iter: int, default=300
Expand Down

0 comments on commit 4b9606e

Please sign in to comment.