Click or drag to resize
Accord.NET (logo)

SupportVectorReduction Constructor

Initializes a new instance of the SupportVectorReduction class.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public SupportVectorReduction(
	ISupportVectorMachine<double[]> machine
)
Request Example View Source

Parameters

machine
Type: Accord.MachineLearning.VectorMachinesISupportVectorMachineDouble
The machine to be reduced.
See Also