weka.classifiers.trees.lmt |
|
Java Source File Name | Type | Comment |
LMTNode.java | Class | |
LogisticBase.java | Class | Base/helper class for building logistic regression models with the LogitBoost algorithm. |
ResidualModelSelection.java | Class | Helper class for logistic model trees (weka.classifiers.trees.lmt.LMT) to implement the
splitting criterion based on residuals. |
ResidualSplit.java | Class | Helper class for logistic model trees (weka.classifiers.trees.lmt.LMT) to implement the
splitting criterion based on residuals of the LogitBoost algorithm. |