Click or drag to resize
Accord.NET (logo)

WaveletMother Property

Gets or sets the Mother wavelet for this kernel.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Func<double, double> Mother { get; set; }
Request Example View Source

Property Value

Type: FuncDouble, Double
See Also