Class ClusterKMeansEx1

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

public class ClusterKMeansEx1 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 seed for each iris type is an observation known to be in the iris type.

See Also:
  • Constructor Details

    • ClusterKMeansEx1

      public ClusterKMeansEx1()
  • Method Details