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

Наследование: IKernel
Показать файл Открыть проект

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

Метод Описание
Clone ( ) : object

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

Function ( double z ) : double

Multiquadric Kernel function.

Function ( double x, double y ) : double

Multiquadric Kernel function.

Multiquadric ( ) : System

Constructs a new Multiquadric Kernel.

Multiquadric ( double constant ) : System

Constructs a new Multiquadric Kernel.

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

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

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

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

Multiquadric Kernel function.
public Function ( double z ) : double
z double Distance z in input space.
Результат double

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

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

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

Constructs a new Multiquadric Kernel.
public Multiquadric ( ) : System
Результат System

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

Constructs a new Multiquadric Kernel.
public Multiquadric ( double constant ) : System
constant double The constant term theta.
Результат System