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