Click or drag to resize
Accord.NET (logo)

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()
Request Example View Source

Return Value

Type: IDictionaryTupleInt32, Int32, Double
A copy of the data cache.
See Also