UnsupervisedAttributeEvaluator (original) (raw)
java.lang.Object
- weka.attributeSelection.ASEvaluation
- weka.attributeSelection.UnsupervisedAttributeEvaluator
All Implemented Interfaces:
java.io.Serializable, AttributeEvaluator, CapabilitiesHandler, RevisionHandler
Direct Known Subclasses:
LatentSemanticAnalysis, PrincipalComponents
public abstract class UnsupervisedAttributeEvaluator
extends ASEvaluation
implements AttributeEvaluator
Abstract unsupervised attribute evaluator.
Version: Revision:1.10Revision: 1.10 Revision:1.10
Author:
Mark Hall (mhall@cs.waikato.ac.nz)
See Also:
Serialized Form
Constructor Summary
Constructors
Constructor and Description UnsupervisedAttributeEvaluator() Method Summary
* ### Methods inherited from class weka.attributeSelection.[ASEvaluation](../../weka/attributeSelection/ASEvaluation.html "class in weka.attributeSelection") `[buildEvaluator](../../weka/attributeSelection/ASEvaluation.html#buildEvaluator-weka.core.Instances-), [clean](../../weka/attributeSelection/ASEvaluation.html#clean--), [forName](../../weka/attributeSelection/ASEvaluation.html#forName-java.lang.String-java.lang.String:A-), [getCapabilities](../../weka/attributeSelection/ASEvaluation.html#getCapabilities--), [getRevision](../../weka/attributeSelection/ASEvaluation.html#getRevision--), [makeCopies](../../weka/attributeSelection/ASEvaluation.html#makeCopies-weka.attributeSelection.ASEvaluation-int-), [postProcess](../../weka/attributeSelection/ASEvaluation.html#postProcess-int:A-)` * ### Methods inherited from class java.lang.Object `equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait` * ### Methods inherited from interface weka.attributeSelection.[AttributeEvaluator](../../weka/attributeSelection/AttributeEvaluator.html "interface in weka.attributeSelection") `[evaluateAttribute](../../weka/attributeSelection/AttributeEvaluator.html#evaluateAttribute-int-)`
Constructor Detail
* #### UnsupervisedAttributeEvaluator publicĀ UnsupervisedAttributeEvaluator()