Package weka.attributeSelection
Class UnsupervisedSubsetEvaluator
java.lang.Object
weka.attributeSelection.ASEvaluation
weka.attributeSelection.UnsupervisedSubsetEvaluator
- All Implemented Interfaces:
Serializable,SubsetEvaluator,CapabilitiesHandler,CapabilitiesIgnorer,CommandlineRunnable,OptionHandler,RevisionHandler
Abstract unsupervised attribute subset evaluator.
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ClustererGet the clustererabstract intReturn the number of clusters used by the subset evaluatorabstract voidSet the clusterer to useMethods inherited from class weka.attributeSelection.ASEvaluation
buildEvaluator, clean, doNotCheckCapabilitiesTipText, forName, getCapabilities, getDoNotCheckCapabilities, getOptions, getRevision, listOptions, makeCopies, postExecution, postProcess, preExecution, run, runEvaluator, setDoNotCheckCapabilities, setOptionsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface weka.attributeSelection.SubsetEvaluator
evaluateSubset
-
Constructor Details
-
UnsupervisedSubsetEvaluator
public UnsupervisedSubsetEvaluator()
-
-
Method Details
-
getNumClusters
Return the number of clusters used by the subset evaluator- Returns:
- the number of clusters used
- Throws:
Exception- if an error occurs
-
getClusterer
Get the clusterer- Returns:
- the clusterer
-
setClusterer
Set the clusterer to use- Parameters:
d- the clusterer to use
-