Regularized Regression Model.Get Regularization Path Parameters Method
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Get | Constructs a vector of suitable regularization parameter values based on the model's data. |
Get | Constructs a range of suitable regularization parameter values based on the model's data. |
Get | Constructs a range of suitable regularization parameter values based on the model's data. |
GetRegularizationPathParameters
Constructs a vector of suitable regularization parameter values based on
the model's data.
public Vector<double> GetRegularizationPathParameters()
Return Value
Vector<Double>A vector containing a logarithmic range of regularization parameter values.
GetRegularizationPathParameters(Int32)
Constructs a range of suitable regularization parameter values based on
the model's data.
public Vector<double> GetRegularizationPathParameters(
int length
)
Parameters
- length Int32
- The number of values to return.
Return Value
Vector<Double>A vector containing a logarithmic range of regularization parameter values.
GetRegularizationPathParameters(Int32, Double)
Constructs a range of suitable regularization parameter values based on
the model's data.
public Vector<double> GetRegularizationPathParameters(
int length,
double range
)
Parameters
- length Int32
- The number of values to return.
- range Double
- The range of the parameters.
Return Value
Vector<Double>A vector containing a logarithmic range of regularization parameter values.