Package | Description |
---|---|
org.tribuo.regression.slm |
Provides implementations of sparse linear regression using various forms of regularisation penalty.
|
Modifier and Type | Class and Description |
---|---|
class |
LARSLassoTrainer
A trainer for a lasso linear regression model which uses LARS to construct the model.
|
class |
LARSTrainer
A trainer for a linear regression model which uses least angle regression.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.