C# Class MCAEmotiv.Classification.Kernels

Utility and extension methods for kernels
Show file Open project: madelson/Emotiv-Experimenter

Public Methods

Method Description
Evaluate ( this kernel, IEnumerable a, IEnumerable b ) : double

Evaluates the kernel function on a and b

Method Details

Evaluate() public static method

Evaluates the kernel function on a and b
public static Evaluate ( this kernel, IEnumerable a, IEnumerable b ) : double
kernel this
a IEnumerable
b IEnumerable
return double