Uses of Class
weka.attributeSelection.AttributeEvaluator

Packages that use AttributeEvaluator
weka.attributeSelection   
 

Uses of AttributeEvaluator in weka.attributeSelection
 

Subclasses of AttributeEvaluator in weka.attributeSelection
 class ChiSquaredAttributeEval
          Class for Evaluating attributes individually by measuring the chi-squared statistic with respect to the class.
 class GainRatioAttributeEval
          Class for Evaluating attributes individually by measuring gain ratio with respect to the class.
 class InfoGainAttributeEval
          Class for Evaluating attributes individually by measuring information gain with respect to the class.
 class OneRAttributeEval
          Class for Evaluating attributes individually by using the OneR classifier.
 class PrincipalComponents
          Class for performing principal components analysis/transformation.
 class ReliefFAttributeEval
          Class for Evaluating attributes individually using ReliefF.
 class SVMAttributeEval
          Class for Evaluating attributes individually by using the SVM classifier.
 class SymmetricalUncertAttributeEval
          Class for Evaluating attributes individually by measuring symmetrical uncertainty with respect to the class.
 class UnsupervisedAttributeEvaluator
          Abstract unsupervised attribute evaluator.