Click or drag to resize
Accord.NET (logo)

KernelFunctionCacheTKernel, TInput Constructor (TKernel, TInput)

Constructs a new KernelFunctionCache.

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

Parameters

kernel
Type: TKernel
The kernel function.
inputs
Type: TInput
The inputs values.
See Also