C# Class Accord.Statistics.Kernels.Pearson

Inheritance: Accord.Statistics.Kernels.KernelBase, IKernel, IDistance, 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 z ) : double

Pearson Universal function.

Function ( double x, double y ) : double

Pearson Universal kernel function.

Pearson ( ) : Accord.Math.Distances

Constructs a new Pearson VII universal kernel.

Pearson ( double omega, double sigma ) : Accord.Math.Distances

Constructs a new Pearson VII universal 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

Pearson Universal function.
public Function ( double z ) : double
z double Distance z in input space.
return double

Function() public method

Pearson Universal 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

Pearson() public method

Constructs a new Pearson VII universal kernel.
public Pearson ( ) : Accord.Math.Distances
return Accord.Math.Distances

Pearson() public method

Constructs a new Pearson VII universal kernel.
public Pearson ( double omega, double sigma ) : Accord.Math.Distances
omega double The Pearson's omega parameter w. Default is 1.
sigma double The Pearson's sigma parameter s. Default is 1.
return Accord.Math.Distances