|
KernelFunctionCacheTKernel, TInputItem Property (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.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic double this[
int i
] { get; }
Public ReadOnly Default Property Item (
i As Integer
) As Double
Get
Request Example
View SourceParameters
- i
- Type: SystemInt32
Index of the point to compute.
Property Value
Type:
Double
RemarksThe result of the kernel function k(p[i], p[i]).
See Also