C# Class Accord.Statistics.Kernels.HistogramIntersection

Inheritance: Accord.Statistics.Kernels.KernelBase, IKernel, ICloneable
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode 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 méthode

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

Function() public méthode

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.
Résultat double

HistogramIntersection() public méthode

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