Click or drag to resize
Accord.NET (logo)

BaseSequentialMinimalOptimizationRegressionTModel, TKernel, TInput Constructor (ISupportVectorMachineTInput, TInput, Double)

Obsolete.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning.GPL (in Accord.MachineLearning.GPL.dll) Version: 3.8.0
Syntax
public BaseSequentialMinimalOptimizationRegression(
	ISupportVectorMachine<TInput> machine,
	TInput[] inputs,
	double[] outputs
)
Request Example View Source

Parameters

machine
Type: Accord.MachineLearning.VectorMachinesISupportVectorMachineTInput
inputs
Type: TInput
outputs
Type: SystemDouble
See Also