weka.attributeSelection
Class UnsupervisedSubsetEvaluator

java.lang.Object
  extended byweka.attributeSelection.ASEvaluation
      extended byweka.attributeSelection.SubsetEvaluator
          extended byweka.attributeSelection.UnsupervisedSubsetEvaluator
All Implemented Interfaces:
java.io.Serializable

public abstract class UnsupervisedSubsetEvaluator
extends SubsetEvaluator

Abstract unsupervised attribute subset evaluator.

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

Constructor Summary
UnsupervisedSubsetEvaluator()
           
 
Methods inherited from class weka.attributeSelection.SubsetEvaluator
evaluateSubset
 
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

UnsupervisedSubsetEvaluator

public UnsupervisedSubsetEvaluator()