Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Parameters

index
Type: SystemInt32

Property Value

Type: KernelSupportVectorMachine
See Also