Click or drag to resize
Accord.NET (logo)

MulticlassSupportVectorMachineMachinesCount Property

Note: This API is now obsolete.

Gets the total number of machines in this multi-class classifier.

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

Property Value

Type: Int32
See Also