Package weka.classifiers.trees.lmt
package weka.classifiers.trees.lmt
-
ClassDescriptionClass for logistic model tree structure.Base/helper class for building logistic regression models with the LogitBoost algorithm.Helper class for logistic model trees (weka.classifiers.trees.lmt.LMT) to implement the splitting criterion based on residuals.Helper class for logistic model trees (weka.classifiers.trees.lmt.LMT) to implement the splitting criterion based on residuals of the LogitBoost algorithm.Stripped down version of SimpleLinearRegression.