C# Class Accord.Statistics.Kernels.Dirichlet

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

Dirichlet ( int dimension ) : System

Constructs a new Dirichlet Kernel

Function ( double x, double y ) : double

Dirichlet Kernel function.

Method Details

Clone() public méthode

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

Dirichlet() public méthode

Constructs a new Dirichlet Kernel
public Dirichlet ( int dimension ) : System
dimension int
Résultat System

Function() public méthode

Dirichlet 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