Uses of Class
weka.classifiers.trees.lmt.LogisticBase

Packages that use LogisticBase
weka.classifiers.functions   
weka.classifiers.trees.lmt   
 

Uses of LogisticBase in weka.classifiers.functions
 

Fields in weka.classifiers.functions declared as LogisticBase
protected  LogisticBase SimpleLogistic.m_boostedModel
          The actual logistic regression model
 

Uses of LogisticBase in weka.classifiers.trees.lmt
 

Subclasses of LogisticBase in weka.classifiers.trees.lmt
 class LMTNode
          Class for logistic model tree structure.