Click or drag to resize
Accord.NET (logo)

OneclassSupportVectorLearning Constructor (KernelSupportVectorMachine, Double)

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 do not pass parameters in the constructor. Use the default constructor and the Learn method instead.")]
public OneclassSupportVectorLearning(
	KernelSupportVectorMachine model,
	double[][] input
)
Request Example View Source

Parameters

model
Type: Accord.MachineLearning.VectorMachinesKernelSupportVectorMachine
input
Type: SystemDouble
See Also