Uses of Package
weka.filters.supervised.attribute

Packages that use weka.filters.supervised.attribute
weka.attributeSelection   
weka.classifiers.bayes   
weka.classifiers.functions   
weka.classifiers.trees   
weka.classifiers.trees.lmt   
weka.classifiers.trees.m5   
 

Classes in weka.filters.supervised.attribute used by weka.attributeSelection
Discretize
          An instance filter that discretizes a range of numeric attributes in the dataset into nominal attributes.
 

Classes in weka.filters.supervised.attribute used by weka.classifiers.bayes
Discretize
          An instance filter that discretizes a range of numeric attributes in the dataset into nominal attributes.
 

Classes in weka.filters.supervised.attribute used by weka.classifiers.functions
NominalToBinary
          Converts all nominal attributes into binary numeric attributes.
 

Classes in weka.filters.supervised.attribute used by weka.classifiers.trees
NominalToBinary
          Converts all nominal attributes into binary numeric attributes.
 

Classes in weka.filters.supervised.attribute used by weka.classifiers.trees.lmt
NominalToBinary
          Converts all nominal attributes into binary numeric attributes.
 

Classes in weka.filters.supervised.attribute used by weka.classifiers.trees.m5
NominalToBinary
          Converts all nominal attributes into binary numeric attributes.