Regularized Regression Model.Get Regularization Path Method
Returns a matrix whose rows contain the parameter values of the model
using the corresponding value in the supplied vector of
regularization parameters.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<double> GetRegularizationPath(
Vector<double> regularizationParameters
)
Parameters
Return Value
Matrix<Double>Remarks
Use the GetRegularizationPathParameters() method to create an appropriate range of parameter values.