C# Class Accord.Statistics.Kernels.Spherical

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

Spherical Kernel Function

Function ( double x, double y ) : double

Spherical Kernel Function

Spherical ( double sigma ) : System

Constructs a new Spherical 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

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

Function() public méthode

Spherical 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

Spherical() public méthode

Constructs a new Spherical Kernel.
public Spherical ( double sigma ) : System
sigma double Value for sigma.
Résultat System