|
SupportVectorMachineLearningConfigurationFunction Delegate
|
Note: This API is now obsolete.
Obsolete.
Namespace:
Accord.MachineLearning.VectorMachines.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the InnerLearning property to configure OneVsOneLearning and OneVsRestLearning classes.")]
public delegate ISupportVectorMachineLearning SupportVectorMachineLearningConfigurationFunction(
KernelSupportVectorMachine model,
double[][] inputs,
int[] outputs,
int classA,
int classB
)
<ObsoleteAttribute("Please use the InnerLearning property to configure OneVsOneLearning and OneVsRestLearning classes.")>
Public Delegate Function SupportVectorMachineLearningConfigurationFunction (
model As KernelSupportVectorMachine,
inputs As Double()(),
outputs As Integer(),
classA As Integer,
classB As Integer
) As ISupportVectorMachineLearning
Parameters
- model
- Type: Accord.MachineLearning.VectorMachinesKernelSupportVectorMachine
- inputs
- Type: SystemDouble
- outputs
- Type: SystemInt32
- classA
- Type: SystemInt32
- classB
- Type: SystemInt32
Return Value
Type:
ISupportVectorMachineLearningSee Also