Skip to content
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

|c_i| = 0 #2

Closed
badmutex opened this issue May 14, 2009 · 1 comment
Closed

|c_i| = 0 #2

badmutex opened this issue May 14, 2009 · 1 comment
Labels

Comments

@badmutex
Copy link
Owner

Running for k = 50 on OS X gives |c_0| = 0 at the beginning of iteration 2 in step 1.

This may be a problem when step 2 begins.

@badmutex
Copy link
Owner Author

Exception in thread "main" java.util.NoSuchElementException
at java.util.AbstractList$Itr.next(AbstractList.java:350)
at tajmi.data.clusterable.cdk.AtomContainer_CenterOfMassAlgorithm.center(AtomContainer_CenterOfMassAlgorithm.java:27)
at tajmi.data.clusterable.cdk.AtomContainer_CenterOfMassAlgorithm.center(AtomContainer_CenterOfMassAlgorithm.java:16)
at tajmi.data.KMeans.step2(KMeans.java:267)
at tajmi.data.KMeans.done(KMeans.java:92)
at tajmi.data.KMeans.call(KMeans.java:72)
at tajmi.Main.main(Main.java:76)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant