C# Класс Accord.Statistics.Kernels.Dirichlet

Наследование: Accord.Statistics.Kernels.KernelBase, IKernel, ICloneable
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Clone() публичный метод

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Результат object

Dirichlet() публичный метод

Constructs a new Dirichlet Kernel
public Dirichlet ( int dimension ) : System
dimension int
Результат System

Function() публичный метод

Dirichlet Kernel function.
public Function ( double x, double y ) : double
x double Vector x in input space.
y double Vector y in input space.
Результат double