Class ClusterKMeansEx2

java.lang.Object
com.imsl.test.example.stat.ClusterKMeansEx2

public class ClusterKMeansEx2 extends Object

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.

See Also:
  • Constructor Details

    • ClusterKMeansEx2

      public ClusterKMeansEx2()
  • Method Details