Click or drag to resize
Accord.NET (logo)

Wavelet Constructor (Boolean, 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(
	bool invariant,
	double dilation,
	Func<double, double> mother
)
Request Example View Source

Parameters

invariant
Type: SystemBoolean
dilation
Type: SystemDouble
mother
Type: SystemFuncDouble, Double
See Also