Click or drag to resize
Accord.NET (logo)

SequentialMinimalOptimizationRegression Constructor (ISupportVectorMachineDouble, Double, Double)

Note: This API is now obsolete.

Obsolete.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning.GPL (in Accord.MachineLearning.GPL.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please do not pass parameters in the constructor. Use the default constructor and the Learn method instead.")]
public SequentialMinimalOptimizationRegression(
	ISupportVectorMachine<double[]> machine,
	double[][] inputs,
	double[] outputs
)
Request Example View Source

Parameters

machine
Type: Accord.MachineLearning.VectorMachinesISupportVectorMachineDouble
inputs
Type: SystemDouble
outputs
Type: SystemDouble
See Also