|
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; }
<ObsoleteAttribute("Please use the Models property instead.")>
Public ReadOnly Property Machines As KernelSupportVectorMachine()()
Get
Request Example
View SourceProperty Value
Type:
KernelSupportVectorMachineSee Also