C# Class Accord.Statistics.Kernels.Bessel

Inheritance: Accord.Statistics.Kernels.KernelBase, IKernel, IRadialBasisKernel, ICloneable
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
Bessel ( int order, double sigma ) : System

Constructs a new Bessel Kernel.

Clone ( ) : object

Creates a new object that is a copy of the current instance.

Function ( double z ) : double

Bessel Kernel Function

Function ( double x, double y ) : double

Bessel Kernel Function

Method Details

Bessel() public méthode

Constructs a new Bessel Kernel.
public Bessel ( int order, double sigma ) : System
order int The order for the Bessel function.
sigma double The value for sigma.
Résultat System

Clone() public méthode

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

Function() public méthode

Bessel Kernel Function
public Function ( double z ) : double
z double Distance z between two vectors in input space.
Résultat double

Function() public méthode

Bessel Kernel Function
public Function ( double x, double y ) : double
x double Vector x in input space.
y double Vector y in input space.
Résultat double