Uses of Interface
weka.attributeSelection.SubsetEvaluator

Packages that use SubsetEvaluator
weka.attributeSelection   
 

Uses of SubsetEvaluator in weka.attributeSelection
 

Classes in weka.attributeSelection that implement SubsetEvaluator
 class CfsSubsetEval
          CfsSubsetEval :

Evaluates the worth of a subset of attributes by considering the individual predictive ability of each feature along with the degree of redundancy between them.

Subsets of features that are highly correlated with the class while having low intercorrelation are preferred.

For more information see:

M.
 class HoldOutSubsetEvaluator
          Abstract attribute subset evaluator capable of evaluating subsets with respect to a data set that is distinct from that used to initialize/ train the subset evaluator.
 class UnsupervisedSubsetEvaluator
          Abstract unsupervised attribute subset evaluator.
 class WrapperSubsetEval
          WrapperSubsetEval:

Evaluates attribute sets by using a learning scheme.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.