Click or drag to resize
Accord.NET (logo)

KernelFunctionCacheTKernel, TInputGetLeastRecentlyUsedList Method

Gets a copy of the Least Recently Used (LRU) List of Kernel Matrix elements. Elements on the start of the list have been used most; elements at the end are about to be discarded from the cache.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IList<Tuple<int, int>> GetLeastRecentlyUsedList()
Request Example View Source

Return Value

Type: IListTupleInt32, Int32
The Least Recently Used list of kernel matrix elements.
See Also