|
KernelFunctionCacheTKernel, TInputGetDataCache Method
|
Gets a copy of the data cache.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public IDictionary<Tuple<int, int>, double> GetDataCache()
Public Function GetDataCache As IDictionary(Of Tuple(Of Integer, Integer), Double)
Request Example
View SourceReturn Value
Type:
IDictionaryTupleInt32,
Int32,
DoubleA copy of the data cache.
See Also