|
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()
Public Function GetLeastRecentlyUsedList As IList(Of Tuple(Of Integer, Integer))
Request Example
View SourceReturn Value
Type:
IListTupleInt32,
Int32The Least Recently Used list of kernel matrix elements.
See Also