Click or drag to resize

LogisticRegressionParameterParameterCalc(LogisticRegressionParameterCalc, Int32) Constructor

Construct a LogisticRegressionParameter instance for the parameter at the given index in the given LogisticRegression.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public LogisticRegressionParameter(
	LogisticRegression<ParameterCalc> lr,
	int paramIndex
)

Parameters

lr  LogisticRegressionParameterCalc
A logistic regression.
paramIndex  Int32
The index of the parameter (zero-based).
See Also