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

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

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

Метод Описание
Anova ( int vectorLength, int subsequenceLength ) : System

Constructs a new ANOVA Kernel.

Function ( double x, double y ) : double

ANOVA Kernel function.

Приватные методы

Метод Описание
kernel ( double x, int ni, double y, int mi, int pi ) : double

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

Anova() публичный Метод

Constructs a new ANOVA Kernel.
public Anova ( int vectorLength, int subsequenceLength ) : System
vectorLength int Length of the input vector.
subsequenceLength int Length of the subsequences for the ANOVA decomposition.
Результат System

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

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