Uses of Class
weka.classifiers.trees.m5.PreConstructedLinearModel

Packages that use PreConstructedLinearModel
weka.classifiers.trees.m5   
 

Uses of PreConstructedLinearModel in weka.classifiers.trees.m5
 

Fields in weka.classifiers.trees.m5 declared as PreConstructedLinearModel
private  PreConstructedLinearModel RuleNode.m_nodeModel
          the linear model at this node
 

Methods in weka.classifiers.trees.m5 that return PreConstructedLinearModel
 PreConstructedLinearModel RuleNode.getModel()
          Get the linear model at this node