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.
|
public Function ( double z ) : double | ||
z | double | Distance |
return | double |
public Function ( double x, double y ) : double | ||
x | double | Vector |
y | double | Vector |
return | double |
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 |