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

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

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

Метод Описание
ChiSquare ( ) : System

Constructs a new Chi-Square kernel.

Clone ( ) : object

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

Function ( double x, double y ) : double

Chi-Square Kernel Function

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

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

Constructs a new Chi-Square kernel.
public ChiSquare ( ) : System
Результат System

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

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

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

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