Class ClusterKNNEx1

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

public class ClusterKNNEx1 extends Object

Performs K-Nearest Neighbor clustering on Fisher's iris data.

This example performs K-Nearest Neighbor analysis on Fisher's iris data. Three observations are withheld from the full data set and then classified by the iris type.

See Also:
  • Constructor Details

    • ClusterKNNEx1

      public ClusterKNNEx1()
  • Method Details

    • main

      public static void main(String[] argv)