-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Tried Kmeans algo, got poor performance on obvious clusters (screenshot attached) #983
Comments
func testKmeans() {
} |
Brief Intro
I generated different clusters with
python numpy
then I trained in my Xcode program(code attached in the
More Details
section)vectors are the points I generated from python numpy for 3 clusters
labels are [0,1,2]
finally, I got the result:
as you can see from the result, label
1
cluster hold most of the vectors, and the rest seems like random guessesMore Details
The text was updated successfully, but these errors were encountered: