|
KernelFunctionCacheTKernel, TInput Constructor (TKernel, TInput)
|
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public KernelFunctionCache(
TKernel kernel,
TInput[] inputs
)
Public Sub New (
kernel As TKernel,
inputs As TInput()
)
Request Example
View SourceParameters
- kernel
- Type: TKernel
The kernel function. - inputs
- Type: TInput
The inputs values.
See Also