C# Class MCAEmotiv.Classification.PolynomialKernel

Inheritance: IKernel
Show file Open project: madelson/Emotiv-Experimenter

Private Properties

Property Type Description

Public Methods

Method Description
Evaluate ( double innerProduct ) : double

Kernel computes ((Scale * (a . b)) + Offset) ^ Degree

PolynomialKernel ( ) : System

Construct a Polynomial Kernel with default parameters

Method Details

Evaluate() public method

Kernel computes ((Scale * (a . b)) + Offset) ^ Degree
public Evaluate ( double innerProduct ) : double
innerProduct double
return double

PolynomialKernel() public method

Construct a Polynomial Kernel with default parameters
public PolynomialKernel ( ) : System
return System