Click or drag to resize
Accord.NET (logo)

LeastSquaresLearningBaseTModel, TKernel, TInputCacheSize Property

Gets or sets the cache size to partially stored the kernel matrix. Default is the same number of input vectors.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public int CacheSize { get; set; }
Request Example View Source

Property Value

Type: Int32
See Also