C# Class Accord.Statistics.Kernels.InverseMultiquadric

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

Méthodes publiques

Méthode Description
Clone ( ) : object

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

Function ( double z ) : double

Inverse Multiquadric Kernel function.

Function ( double x, double y ) : double

Inverse Multiquadric Kernel function.

InverseMultiquadric ( ) : System

Constructs a new Inverse Multiquadric Kernel.

InverseMultiquadric ( double constant ) : System

Constructs a new Inverse Multiquadric Kernel.

Method Details

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

Inverse Multiquadric Kernel function.
public Function ( double z ) : double
z double Distance z in input space.
Résultat double

Function() public méthode

Inverse Multiquadric 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

InverseMultiquadric() public méthode

Constructs a new Inverse Multiquadric Kernel.
public InverseMultiquadric ( ) : System
Résultat System

InverseMultiquadric() public méthode

Constructs a new Inverse Multiquadric Kernel.
public InverseMultiquadric ( double constant ) : System
constant double The constant term theta.
Résultat System