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