C# Class Accord.Statistics.Kernels.Wavelet

Inheritance: Accord.Statistics.Kernels.KernelBase, IKernel, ICloneable
Show file Open project: accord-net/framework

Public Methods

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 mother ) : System

Constructs a new Wavelet kernel.

Wavelet ( double translation, double dilation ) : System

Constructs a new Wavelet kernel.

Wavelet ( double translation, double dilation, double>.Func mother ) : System

Constructs a new Wavelet kernel.

Method Details

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

Function() public method

Wavelet kernel function.
public Function ( double x, double y ) : double
x double Vector x in input space.
y double Vector y in input space.
return double

Wavelet() public method

Constructs a new Wavelet kernel.
public Wavelet ( bool invariant ) : System
invariant bool
return System

Wavelet() public method

Constructs a new Wavelet kernel.
public Wavelet ( bool invariant, double dilation ) : System
invariant bool
dilation double
return System

Wavelet() public method

Constructs a new Wavelet kernel.
public Wavelet ( bool invariant, double dilation, double>.Func mother ) : System
invariant bool
dilation double
mother double>.Func
return System

Wavelet() public method

Constructs a new Wavelet kernel.
public Wavelet ( double translation, double dilation ) : System
translation double
dilation double
return System

Wavelet() public method

Constructs a new Wavelet kernel.
public Wavelet ( double translation, double dilation, double>.Func mother ) : System
translation double
dilation double
mother double>.Func
return System