ElasticNetRegression constructor
ElasticNetRegression(
- Matrix A,
- ColumnMatrix b,
- double alpha,
- double l1Ratio, {
- DiagonalMatrix? W,
- EquationMethod method = EquationMethod.linear,
Implementation
ElasticNetRegression(super.A, super.b, this.alpha, this.l1Ratio,
{super.W, super.method});