Skip to content

Commit

Permalink
lloyd
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Feb 28, 2024
1 parent 2f2b892 commit b3dc289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geosnap/analyze/_cluster_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def kmeans(
verbose=0,
random_state=None,
copy_x=True,
algorithm="auto",
algorithm="lloyd",
**kwargs,
):
"""K-Means clustering.
Expand Down

0 comments on commit b3dc289

Please sign in to comment.