Click or drag to resize
Accord.NET (logo)

Wavelet Constructor (Double, Double)

Constructs a new Wavelet kernel.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Wavelet(
	double translation,
	double dilation
)
Request Example View Source

Parameters

translation
Type: SystemDouble
dilation
Type: SystemDouble
See Also