Open GoogleCodeExporter opened 9 years ago
Sometimes this happens due the random initialization used in the k-means
algorithm.
Things you can try include:
- Rerunning a few times to see if the random initialization changes.
- Try a different number of dimensions.
- Try a different algorithm, e.g., use BuildPositionalIndex or LSA instead of
BuildIndex.
- Change the cluster initialization around line 95 of ClusterResults.java to be
round-robin instead of random. (I'd try this myself right now but I'm about to
get on a plane!)
Original comment by dwidd...@gmail.com
on 3 Oct 2013 at 8:12
Original issue reported on code.google.com by
rohitdee...@gmail.com
on 3 Oct 2013 at 3:39