C# Class Accord.Statistics.Kernels.Anova

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

Méthodes publiques

Méthode Description
Anova ( int vectorLength, int subsequenceLength ) : System

Constructs a new ANOVA Kernel.

Function ( double x, double y ) : double

ANOVA Kernel function.

Private Methods

Méthode Description
kernel ( double x, int ni, double y, int mi, int pi ) : double

Method Details

Anova() public méthode

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

Function() public méthode

ANOVA 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