Uses of Enum Class
org.tribuo.regression.slm.TrainTest.SLMType
Packages that use TrainTest.SLMType
Package
Description
Provides implementations of sparse linear regression using various forms of regularisation penalty.
-
Uses of TrainTest.SLMType in org.tribuo.regression.slm
Subclasses with type arguments of type TrainTest.SLMType in org.tribuo.regression.slmFields in org.tribuo.regression.slm declared as TrainTest.SLMTypeModifier and TypeFieldDescriptionTrainTest.SLMOptions.algorithmChoose the training algorithm (stepwise forward selection or least angle regression).Methods in org.tribuo.regression.slm that return TrainTest.SLMTypeModifier and TypeMethodDescriptionstatic TrainTest.SLMTypeReturns the enum constant of this class with the specified name.static TrainTest.SLMType[]TrainTest.SLMType.values()Returns an array containing the constants of this enum class, in the order they are declared.