KernelFunctionCacheTKernel, TInput Properties |
The KernelFunctionCacheTKernel, TInput generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the current number of rows stored in this cache.
| |
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.
| |
Hits |
Gets the total number of cache hits.
| |
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.
| |
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.
| |
MaximumBytes |
Gets the maximum size of the cache, measured in bytes.
| |
MinimumBytes |
Gets the minimum size of the cache, measured in bytes.
| |
Misses |
Gets the total number of cache misses.
| |
Size |
Gets the size of the cache, measured in number of rows.
| |
Usage |
Gets the percentage of the cache currently in use.
|