org.processmining.analysis.clustering.algorithm
Class KMeans

java.lang.Object
  extended by org.processmining.analysis.clustering.algorithm.KMeans

public class KMeans
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
KMeans(SimCalculator sim, int K)
           
 
Method Summary
 void kmeansAlgorithm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KMeans

public KMeans(SimCalculator sim,
              int K)
Method Detail

kmeansAlgorithm

public void kmeansAlgorithm()