Click or drag to resize
Accord.NET (logo)

Spherical Constructor

Constructs a new Spherical Kernel.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Spherical(
	double sigma
)
Request Example View Source

Parameters

sigma
Type: SystemDouble
Value for sigma.
See Also