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

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

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

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

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

Function ( double x, double y ) : double

Generalized Histogram Intersection Kernel Function

HistogramIntersection ( double alpha = 1, double beta = 1 ) : System

Constructs a new Generalized Histogram Intersection Kernel.

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

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

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

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

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

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

Constructs a new Generalized Histogram Intersection Kernel.
public HistogramIntersection ( double alpha = 1, double beta = 1 ) : System
alpha double
beta double
Результат System