RegularizedRegressionModel.GetRegularizationPath 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.0
C#
public Matrix<double> GetRegularizationPath(
	Vector<double> regularizationParameters
)

Parameters

regularizationParameters  Vector<Double>
 

Return Value

Matrix<Double>

Remarks

Use the GetRegularizationPathParameters() method to create an appropriate range of parameter values.

See Also