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, forName, getCapabilities, getRevision, makeCopies, postProcess, runEvaluatorequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateSubsetpublic abstract int getNumClusters()
throws Exception
Exception - if an error occurspublic abstract Clusterer getClusterer()
public abstract void setClusterer(Clusterer d)
d - the clusterer to useCopyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.