Click or drag to resize
Accord.NET (logo)

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
)

Parameters

model
Type: Accord.MachineLearning.VectorMachinesKernelSupportVectorMachine
inputs
Type: SystemDouble
outputs
Type: SystemInt32
classA
Type: SystemInt32
classB
Type: SystemInt32

Return Value

Type: ISupportVectorMachineLearning
See Also