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.
ClusterKNNEx1()
static void
main(String[] argv)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ClusterKNNEx1()
public static void main(String[] argv)
Copyright © 2020 Rogue Wave Software. All rights reserved.