C# Class Accord.Statistics.Kernels.HistogramIntersection

Inheritance: Accord.Statistics.Kernels.KernelBase, IKernel, ICloneable
显示文件 Open project: accord-net/framework

Public Methods

Method Description
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.

Method Details

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

Function() public method

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.
return double

HistogramIntersection() public method

Constructs a new Generalized Histogram Intersection Kernel.
public HistogramIntersection ( double alpha = 1, double beta = 1 ) : System
alpha double
beta double
return System