Click or drag to resize
Accord.NET (logo)

GaussianTDistance Constructor (TDistance)

Constructs a new Composite Gaussian Kernel

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Gaussian(
	TDistance innerKernel
)
Request Example View Source

Parameters

innerKernel
Type: TDistance
The inner kernel function of the composite kernel.
See Also