Click or drag to resize
Accord.NET (logo)

SparseLaplacian Constructor (Double)

Constructs a new Laplacian Kernel

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

Parameters

sigma
Type: SystemDouble
The sigma slope value.
See Also