Uses of Class
org.tribuo.regression.slm.SLMTrainer
Packages that use SLMTrainer
Package
Description
Provides implementations of sparse linear regression using various forms of regularisation penalty.
-
Uses of SLMTrainer in org.tribuo.regression.slm
Subclasses of SLMTrainer in org.tribuo.regression.slmModifier and TypeClassDescriptionclassA trainer for a lasso linear regression model which uses LARS to construct the model.classA trainer for a linear regression model which uses least angle regression.