cc.mallet.cluster
Class KBestClusterer

java.lang.Object
  extended by cc.mallet.cluster.Clusterer
      extended by cc.mallet.cluster.KBestClusterer
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HillClimbingClusterer

public abstract class KBestClusterer
extends Clusterer

Return the K best predicted Clusterings

Author:
culotta
See Also:
Serialized Form

Constructor Summary
KBestClusterer(Pipe instancePipe)
           
 
Method Summary
abstract  Clustering[] clusterKBest(InstanceList trainingSet, int k)
           
 
Methods inherited from class cc.mallet.cluster.Clusterer
cluster, getPipe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KBestClusterer

public KBestClusterer(Pipe instancePipe)
Method Detail

clusterKBest

public abstract Clustering[] clusterKBest(InstanceList trainingSet,
                                          int k)