Uses of Class
org.tribuo.regression.slm.SLMTrainer
Package
Description
Provides implementations of sparse linear regression using various forms of regularisation penalty.
-
Uses of SLMTrainer in org.tribuo.regression.slm
Modifier and TypeClassDescriptionclass
A trainer for a lasso linear regression model which uses LARS to construct the model.class
A trainer for a linear regression model which uses least angle regression.