MultiLinearLogisticRegressionResultPredict Method (IReadOnlyListDouble) |
Computes the predicted outcome for the given inputs.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public UncertainValue Predict(
IReadOnlyList<double> x
)
Public Function Predict (
x As IReadOnlyList(Of Double)
) As UncertainValue
public:
UncertainValue Predict(
IReadOnlyList<double>^ x
)
member Predict :
x : IReadOnlyList<float> -> UncertainValue
Parameters
- x
- Type: System.Collections.GenericIReadOnlyListDouble
The value of the independent variable.
Return Value
Type:
UncertainValueThe probability of a
outcome, as predicted by the model.
See Also