Click or drag to resize
Accord.NET (logo)

BaseSupportVectorClassificationTModel, TKernel, TInputRun Method (Boolean)

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 use Learn() instead.")]
public double Run(
	bool computeError
)
Request Example View Source

Parameters

computeError
Type: SystemBoolean

Return Value

Type: Double

Implements

ISupportVectorMachineLearningTInputRun(Boolean)
See Also