C# Class Accord.Statistics.Kernels.ChiSquare

Inheritance: Accord.Statistics.Kernels.KernelBase, IKernel, ICloneable
Show file Open project: accord-net/framework

Public Methods

Method 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 method

Constructs a new Chi-Square kernel.
public ChiSquare ( ) : System
return System

Clone() public method

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

Function() public method

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