Click or drag to resize
Accord.NET (logo)

KernelFunctionCache Constructor (IKernel, Double)

Constructs a new KernelFunctionCache.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public KernelFunctionCache(
	IKernel kernel,
	double[][] inputs
)
Request Example View Source

Parameters

kernel
Type: Accord.Statistics.KernelsIKernel
The kernel function.
inputs
Type: SystemDouble
The inputs values.
See Also