public abstract class UnsupervisedSubsetEvaluator extends ASEvaluation implements SubsetEvaluator
| Constructor and Description | 
|---|
| UnsupervisedSubsetEvaluator() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Clusterer | getClusterer()Get the clusterer | 
| abstract int | getNumClusters()Return the number of clusters used by the subset evaluator | 
| abstract void | setClusterer(Clusterer d)Set the clusterer to use | 
buildEvaluator, clean, forName, getCapabilities, getRevision, makeCopies, postProcessequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateSubsetpublic abstract int getNumClusters()
                            throws java.lang.Exception
java.lang.Exception - if an error occurspublic abstract Clusterer getClusterer()
public abstract void setClusterer(Clusterer d)
d - the clusterer to use