C# Class Accord.Statistics.Kernels.SquaredSinc

Inheritance: Accord.Statistics.Kernels.KernelBase, IKernel, IRadialBasisKernel, ICloneable
Show file Open project: accord-net/framework

Public Methods

Method Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

Function ( double z ) : double

Squared Sine Kernel function.

Function ( double x, double y ) : double

Squared Sine Kernel function.

SquaredSinc ( double gamma ) : System

Constructs a new Squared Sinc Kernel

Method Details

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

Function() public method

Squared Sine Kernel function.
public Function ( double z ) : double
z double Distance z in input space.
return double

Function() public method

Squared Sine 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

SquaredSinc() public method

Constructs a new Squared Sinc Kernel
public SquaredSinc ( double gamma ) : System
gamma double
return System