Package com.imsl.test.example.stat
Class ClusterKMeansEx2
java.lang.Object
com.imsl.test.example.stat.ClusterKMeansEx2
Performs K-Means++ clustering on Fisher's iris data.
This example performs K-means cluster analysis on Fisher's iris data. The initial cluster seeds are generated using the K-means++ algorithm.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClusterKMeansEx2
public ClusterKMeansEx2()
-
-
Method Details
-
main
- Throws:
Exception
-