C# Class Accord.Statistics.Kernels.ChiSquare

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

Méthodes publiques

Méthode Description
ChiSquare ( ) : System

Constructs a new Chi-Square kernel.

Clone ( ) : object

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

Function ( double x, double y ) : double

Chi-Square Kernel Function

Method Details

ChiSquare() public méthode

Constructs a new Chi-Square kernel.
public ChiSquare ( ) : System
Résultat System

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

Chi-Square 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