Click or drag to resize
Accord.NET (logo)

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

Property Value

Type: Int32
The cache threshold.
See Also