MultiLinearLogisticRegressionResultCoefficientOf(Int32) Method
Gets the coefficient of the input with the given index.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public UncertainValue CoefficientOf(
int k
)
Public Function CoefficientOf (
k As Integer
) As UncertainValue
public:
UncertainValue CoefficientOf(
int k
)
member CoefficientOf :
k : int -> UncertainValue
- k Int32
- The index of the input.
UncertainValueThe best-fit value the coefficient, with uncertainty.