|
MulticlassSupportVectorMachineCompute Method (Double)
|
Note: This API is now obsolete.
Computes the given input to produce the corresponding output.
Namespace:
Accord.MachineLearning.VectorMachines
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the Decide, Distance or Probability methods")]
public int Compute(
params double[] inputs
)
<ObsoleteAttribute("Please use the Decide, Distance or Probability methods")>
Public Function Compute (
ParamArray inputs As Double()
) As Integer
Request Example
View SourceParameters
- inputs
- Type: SystemDouble
An input vector.
Return Value
Type:
Int32The decision label for the given input.
See Also