Click or drag to resize
Accord.NET (logo)

KernelFunctionCacheTKernel, TInputGetOrCompute Method

Overload List
  NameDescription
Public methodGetOrCompute(Int32)
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 methodGetOrCompute(Int32, 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.
Top
See Also