Click or drag to resize

LinearLogisticRegressionResultPredict Method

Computes the outcome probability for the given value.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public UncertainValue Predict(
	double x
)

Parameters

x
Type: SystemDouble
The value of the independent variable.

Return Value

Type: UncertainValue
The probability of a outcome, as predicted by the model.
See Also