|
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
Syntaxpublic int CacheSize { get; set; }
Public Property CacheSize As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32
See Also