Click or drag to resize
Accord.NET (logo)

Wavelet Constructor (Double, Double, FuncDouble, 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,
	Func<double, double> mother
)
Request Example View Source

Parameters

translation
Type: SystemDouble
dilation
Type: SystemDouble
mother
Type: SystemFuncDouble, Double
See Also