|
KernelFunctionCacheTKernel, TInputGetKeyFromIndex Method
|
Gets the key from the given indices.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int GetKeyFromIndex(
int i,
int j
)
Public Function GetKeyFromIndex (
i As Integer,
j As Integer
) As Integer
Request Example
View SourceParameters
- i
- Type: SystemInt32
The index i. - j
- Type: SystemInt32
The index j.
Return Value
Type:
Int32The key associated with the given indices.
See Also