|
MinimumMeanDistanceClassifierCompute Method (Double, Double)
|
Note: This API is now obsolete.
Computes the label for the given input.
Namespace:
Accord.MachineLearning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Decide instead.")]
public int Compute(
double[] input,
out double[] distances
)
<ObsoleteAttribute("Please use Decide instead.")>
Public Function Compute (
input As Double(),
<OutAttribute> ByRef distances As Double()
) As Integer
Request Example
View SourceParameters
- input
- Type: SystemDouble
The input value. - distances
- Type: SystemDouble
The distances from input to the class means.
Return Value
Type:
Int32The output label assigned to this point.
See Also