-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KMedoids supports array-like init method (#137)
* KMedoids supports array-like init method * make input X as optional * remove unnecessary data type checking * fix formatting according to flake8 suggestions * fix format * add KMedoids array-like init test case for max_iter=0 * add test cases for n_clusters > number of centroids when using array-like init method * lint formatting
- Loading branch information
1 parent
b04ec47
commit cb70ef0
Showing
2 changed files
with
55 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters