Click or drag to resize
Accord.NET (logo)

KernelFunctionCacheTKernel, TInputEnabled Property

Gets a value indicating whether the cache is enabled. If the value is false, it means the kernel function is being evaluated on-the-fly.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool Enabled { get; }
Request Example View Source

Property Value

Type: Boolean
See Also