C# Class Accord.Statistics.Kernels.Anova

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

Public Methods

Method Description
Anova ( int vectorLength, int subsequenceLength ) : System

Constructs a new ANOVA Kernel.

Function ( double x, double y ) : double

ANOVA Kernel function.

Private Methods

Method Description
kernel ( double x, int ni, double y, int mi, int pi ) : double

Method Details

Anova() public method

Constructs a new ANOVA Kernel.
public Anova ( int vectorLength, int subsequenceLength ) : System
vectorLength int Length of the input vector.
subsequenceLength int Length of the subsequences for the ANOVA decomposition.
return System

Function() public method

ANOVA 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