Uses of Class
weka.classifiers.trees.lmt.SimpleLinearRegression
-
Uses of SimpleLinearRegression in weka.classifiers.trees.lmt
Modifier and TypeMethodDescriptionvoid
SimpleLinearRegression.addModel
(SimpleLinearRegression slr) Takes the given simple linear regression model and adds it to this one.void
LMTNode.buildTree
(Instances data, SimpleLinearRegression[][] higherRegressions, double totalInstanceWeight, double higherNumParameters, Instances numericDataHeader) Method for building the tree structure.