|
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; }
<ObsoleteAttribute("Please use the Count property.")>
Public ReadOnly Property MachinesCount As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32See Also