Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Function ( double x, double y ) : double |
Wavelet kernel function.
|
|
Wavelet ( bool invariant ) : System |
Constructs a new Wavelet kernel.
|
|
Wavelet ( bool invariant, double dilation ) : System |
Constructs a new Wavelet kernel.
|
|
Wavelet ( bool invariant, double dilation, double>.Func |
Constructs a new Wavelet kernel.
|
|
Wavelet ( double translation, double dilation ) : System |
Constructs a new Wavelet kernel.
|
|
Wavelet ( double translation, double dilation, double>.Func |
Constructs a new Wavelet kernel.
|
public Function ( double x, double y ) : double | ||
x | double | Vector |
y | double | Vector |
return | double |
public Wavelet ( bool invariant, double dilation ) : System | ||
invariant | bool | |
dilation | double | |
return | System |
public Wavelet ( bool invariant, double dilation, double>.Func |
||
invariant | bool | |
dilation | double | |
mother | double>.Func | |
return | System |
public Wavelet ( double translation, double dilation ) : System | ||
translation | double | |
dilation | double | |
return | System |
public Wavelet ( double translation, double dilation, double>.Func |
||
translation | double | |
dilation | double | |
mother | double>.Func | |
return | System |