Click or drag to resize
Accord.NET (logo)

MulticlassSupportVectorMachineMachines Property

Note: This API is now obsolete.

Gets the subproblems classifiers.

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Models property instead.")]
public KernelSupportVectorMachine[][] Machines { get; }
Request Example View Source

Property Value

Type: KernelSupportVectorMachine
See Also