Click or drag to resize
Accord.NET (logo)

MultinomialLogisticRegressionCompute Method (Double)

Note: This API is now obsolete.

Computes the model outputs for the given input vectors.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Probabilities() instead.")]
public double[][] Compute(
	double[][] input
)
Request Example View Source

Parameters

input
Type: SystemDouble
The input vector.

Return Value

Type: Double
The output value.
Remarks
The first category is always considered the baseline category.
See Also