| Class | Description |
|---|---|
| LMTNode |
Class for logistic model tree structure.
|
| LogisticBase |
Base/helper class for building logistic regression models with the LogitBoost
algorithm.
|
| ResidualModelSelection |
Helper class for logistic model trees (weka.classifiers.trees.lmt.LMT) to implement the
splitting criterion based on residuals.
|
| ResidualSplit |
Helper class for logistic model trees (weka.classifiers.trees.lmt.LMT) to implement the
splitting criterion based on residuals of the LogitBoost algorithm.
|
| SimpleLinearRegression |
Stripped down version of SimpleLinearRegression.
|