|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.cluster.Clusterer cc.mallet.cluster.KBestClusterer
public abstract class KBestClusterer
Return the K best predicted Clusterings
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 |
---|
public KBestClusterer(Pipe instancePipe)
Method Detail |
---|
public abstract Clustering[] clusterKBest(InstanceList trainingSet, int k)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |