C# Class Accord.Statistics.Kernels.Dirichlet

Inheritance: Accord.Statistics.Kernels.KernelBase, IKernel, ICloneable
Show file Open project: accord-net/framework

Public Methods

Method 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 method

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

Dirichlet() public method

Constructs a new Dirichlet Kernel
public Dirichlet ( int dimension ) : System
dimension int
return System

Function() public method

Dirichlet Kernel function.
public Function ( double x, double y ) : double
x double Vector x in input space.
y double Vector y in input space.
return double