KernelFunctionCache Properties |
The KernelFunctionCache type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the current number of rows stored in this cache.
(Inherited from KernelFunctionCacheTKernel, TInput.) | |
Enabled |
Gets a value indicating whether the cache is enabled. If the value
is false, it means the kernel function is being evaluated on-the-fly.
(Inherited from KernelFunctionCacheTKernel, TInput.) | |
Hits |
Gets the total number of cache hits.
(Inherited from KernelFunctionCacheTKernel, TInput.) | |
ItemInt32 |
Attempts to retrieve the value of the kernel function
from the diagonal of the kernel matrix. If the value
is not available, it is immediately computed and inserted
in the cache.
(Inherited from KernelFunctionCacheTKernel, TInput.) | |
ItemInt32, Int32 |
Attempts to retrieve the kernel function evaluated between point at index i
and j. If it is not cached, it will be computed and the cache will be updated.
(Inherited from KernelFunctionCacheTKernel, TInput.) | |
MaximumBytes |
Gets the maximum size of the cache, measured in bytes.
(Inherited from KernelFunctionCacheTKernel, TInput.) | |
MinimumBytes |
Gets the minimum size of the cache, measured in bytes.
(Inherited from KernelFunctionCacheTKernel, TInput.) | |
Misses |
Gets the total number of cache misses.
(Inherited from KernelFunctionCacheTKernel, TInput.) | |
Size |
Gets the size of the cache, measured in number of rows.
(Inherited from KernelFunctionCacheTKernel, TInput.) | |
Usage |
Gets the percentage of the cache currently in use.
(Inherited from KernelFunctionCacheTKernel, TInput.) |