Click or drag to resize
Accord.NET (logo)

KernelFunctionCacheTKernel, TInputSize Property

Gets the size of the cache, measured in number of rows.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int Size { get; }
Request Example View Source

Property Value

Type: Int32
The size of this cache.
See Also