Click or drag to resize
Accord.NET (logo)

KernelFunctionCacheTKernel, TInputItem Property

Overload List
  NameDescription
Public propertyItemInt32
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 propertyItemInt32, 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