org.carrot2.filter.trc.carrot.filter.cluster.rough.clustering
Class AbstractClusterer
java.lang.Object
org.carrot2.filter.trc.carrot.filter.cluster.rough.clustering.AbstractClusterer
- Direct Known Subclasses:
- AbstractKMeansClusterer
public abstract class AbstractClusterer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objects
protected Object[] objects
clusters
protected Cluster[] clusters
AbstractClusterer
public AbstractClusterer()
doClustering
public final void doClustering(Object[] objs)
initialization
protected abstract Cluster[] initialization(Object[] objects)
postProcessing
protected abstract Cluster[] postProcessing(Cluster[] clusters,
Object[] objects)
clustering
protected abstract Cluster[] clustering(Cluster[] clusters,
Object[] objects)
stopCondition
protected abstract boolean stopCondition()
getClusters
public Cluster[] getClusters()
Copyright (c) Dawid Weiss, Stanislaw Osinski