C# Class MCAEmotiv.Classification.HyperbolicTangentKernel

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

Private Properties

Property Type Description

Public Methods

Method Description
Evaluate ( double innerProduct ) : double

"Kernel computes tanh((Scale * (a . b)) + Offset)"

HyperbolicTangentKernel ( ) : System

Creates a HyperbolicTangentKernel with default parameters

Method Details

Evaluate() public method

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

HyperbolicTangentKernel() public method

Creates a HyperbolicTangentKernel with default parameters
public HyperbolicTangentKernel ( ) : System
return System