|
MulticlassSupportVectorMachineTModel, TKernel, TInputSupportVectorUniqueCount Property
|
Gets the number of unique support
vectors in the multi-class machine.
Namespace:
Accord.MachineLearning.VectorMachines
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public int SupportVectorUniqueCount { get; }
Public ReadOnly Property SupportVectorUniqueCount As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32See Also