|
MultilabelSupportVectorMachineItem Property
|
Note: This API is now obsolete.
Gets the classifier for class index.
Namespace:
Accord.MachineLearning.VectorMachines
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Use the Models property instead.")]
public KernelSupportVectorMachine this[
int index
] { get; }
<ObsoleteAttribute("Use the Models property instead.")>
Public ReadOnly Default Property Item (
index As Integer
) As KernelSupportVectorMachine
Get
Request Example
View SourceParameters
- index
- Type: SystemInt32
Property Value
Type:
KernelSupportVectorMachineSee Also