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

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

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

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

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

Function ( double z ) : double

Log Kernel function.

Function ( double x, double y ) : double

Log Kernel function.

Log ( double degree ) : System

Constructs a new Log Kernel

Log ( int degree ) : System

Constructs a new Log Kernel

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

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

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

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

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

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

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

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

Constructs a new Log Kernel
public Log ( double degree ) : System
degree double The kernel's degree.
Результат System

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

Constructs a new Log Kernel
public Log ( int degree ) : System
degree int The kernel's degree.
Результат System