|
IWeakClassifierCompute Method
|
Note: This API is now obsolete.
Computes the output class label for a given input.
Namespace:
Accord.MachineLearning.Boosting
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please used the Decide() method instead.")]
int Compute(
double[] inputs
)
<ObsoleteAttribute("Please used the Decide() method instead.")>
Function Compute (
inputs As Double()
) As Integer
Request Example
View SourceParameters
- inputs
- Type: SystemDouble
The input vector.
Return Value
Type:
Int32The most likely class label for the given input.
See Also