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

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

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

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

Constructs a new additive kernel.

Additive ( IKernel kernels ) : System

Constructs a new additive kernel.

Function ( double x, double y ) : double

Additive Kernel Combination function.

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

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

Constructs a new additive kernel.
public Additive ( ) : System
Результат System

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

Constructs a new additive kernel.
public Additive ( IKernel kernels ) : System
kernels IKernel Kernels to combine.
Результат System

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

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