Click or drag to resize
Accord.NET (logo)

KernelFunctionCacheTKernel, TInput Properties

The KernelFunctionCacheTKernel, TInput generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the current number of rows stored in this cache.
Public propertyEnabled
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.
Public propertyHits
Gets the total number of cache hits.
Public propertyItemInt32
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.
Public propertyItemInt32, 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.
Public propertyMaximumBytes
Gets the maximum size of the cache, measured in bytes.
Public propertyMinimumBytes
Gets the minimum size of the cache, measured in bytes.
Public propertyMisses
Gets the total number of cache misses.
Public propertySize
Gets the size of the cache, measured in number of rows.
Public propertyUsage
Gets the percentage of the cache currently in use.
Top
See Also