C# Class Accord.Statistics.Kernels.Sparse.SparseSigmoid

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

Public Methods

Method Description
Function ( double x, double y ) : double

Sigmoid kernel function.

SparseSigmoid ( ) : System

Constructs a Sparse Sigmoid kernel.

SparseSigmoid ( double alpha, double constant ) : System

Constructs a Sparse Sigmoid kernel.

Method Details

Function() public method

Sigmoid 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

SparseSigmoid() public method

Constructs a Sparse Sigmoid kernel.
public SparseSigmoid ( ) : System
return System

SparseSigmoid() public method

Constructs a Sparse Sigmoid kernel.
public SparseSigmoid ( double alpha, double constant ) : System
alpha double Alpha parameter.
constant double Constant parameter.
return System