Click or drag to resize

MultiLinearLogisticRegressionResultCoefficientOf Method (String)

Gets the coefficient of the input with the given name.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public UncertainValue CoefficientOf(
	string name
)

Parameters

name
Type: SystemString
The name of the input column.

Return Value

Type: UncertainValue
The best-fit value the coefficient, with uncertainty.
See Also