weka.attributeSelection
Class UnsupervisedAttributeEvaluator

java.lang.Object
  extended byweka.attributeSelection.ASEvaluation
      extended byweka.attributeSelection.AttributeEvaluator
          extended byweka.attributeSelection.UnsupervisedAttributeEvaluator
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PrincipalComponents

public abstract class UnsupervisedAttributeEvaluator
extends AttributeEvaluator

Abstract unsupervised attribute evaluator.

Version:
$Revision: 1.6 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)
See Also:
Serialized Form

Constructor Summary
UnsupervisedAttributeEvaluator()
           
 
Methods inherited from class weka.attributeSelection.AttributeEvaluator
evaluateAttribute
 
Methods inherited from class weka.attributeSelection.ASEvaluation
buildEvaluator, forName, makeCopies, postProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsupervisedAttributeEvaluator

public UnsupervisedAttributeEvaluator()