Closed futurely closed 9 years ago
Thanks for this. The output was always 0.0 only when the clustering was run using multiple slots (threads). Anyway, the SimpleKMeansWithOutput class was mainly added to support early development. We have now switched to the original SimpleKMeans class of Weka that does not display any output by default. We have also turned fast distance calculation on.
It takes too much time to compute the sum of within cluster distances which always displays as 0.0. Disabling it would speed up the learning process.