-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add seed and k++ for k-means #803
Comments
k-means++ (2007 by Arthur and Vassilvitskii). This algorithm comes with a theoretical guarantee to find a solution that is O(log k) competitive to the optimal k-means solution:
|
Cosine/Rank/Distance/Correlation are types/groups of distance functions ( starts with -- in a tree structure). One should not be able to select any one of them.
… On May 26, 2017, at 2:06 PM, YidanJ-Wu ***@***.***> wrote:
1.8.16.29
Windows 8
How do I change the Cosine and Rank settings?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub <#803 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ACT8Tw5R0k9ZvpQuwB6GJ2llHf8JIXJgks5r9yLAgaJpZM4NUNLE>.
|
GeoDa 1.8.16.33 — Mac OSX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For k-means:
rename Distance Functions (same for the Hierarchical Clustering Settings):
Distance:
--Euclidean
--city block
Correlation
--Pearson
--absolute
Cosine:
--signed
--un-signed
Rank
--Kendall
--Spearman
(also for the Hierarchical Clustering Settings, remove indent of Method: average-linkage)
The text was updated successfully, but these errors were encountered: