|
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
)
<ObsoleteAttribute("Please do not pass parameters in the constructor. Use the default constructor and the Learn method instead.")>
Public Sub New (
machine As ISupportVectorMachine(Of Double()),
inputs As Double()(),
outputs As Double()
)
Request Example
View SourceParameters
- machine
- Type: Accord.MachineLearning.VectorMachinesISupportVectorMachineDouble
- inputs
- Type: SystemDouble
- outputs
- Type: SystemDouble
See Also