|
MulticlassSupportVectorMachineTModel, TKernel, TInputSupportVectorCache Property
|
Gets or sets the minimum number of shared support vectors that a
machine should have for kernel evaluation caching to be enabled.
Default is 64.
Namespace:
Accord.MachineLearning.VectorMachines
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public int SupportVectorCache { get; set; }
Public Property SupportVectorCache As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32The cache threshold.
See Also