Uses of Class
weka.filters.supervised.attribute.Discretize

Packages that use Discretize
weka.attributeSelection   
weka.classifiers.bayes   
 

Uses of Discretize in weka.attributeSelection
 

Fields in weka.attributeSelection declared as Discretize
private  Discretize ConsistencySubsetEval.m_disTransform
          Discretise numeric attributes
private  Discretize CfsSubsetEval.m_disTransform
          Discretise attributes when class in nominal
 

Uses of Discretize in weka.classifiers.bayes
 

Fields in weka.classifiers.bayes declared as Discretize
protected  Discretize NaiveBayes.m_Disc
          The discretization filter.