Click or drag to resize
Accord.NET (logo)

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

Parameters

i
Type: SystemInt32
The index i.
j
Type: SystemInt32
The index j.

Return Value

Type: Int32
The key associated with the given indices.
See Also