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

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

Public Methods

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

Cauchy Kernel Function

SparseCauchy ( double sigma ) : System

Constructs a new Sparse Cauchy Kernel.

Method Details

Function() public method

Cauchy 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

SparseCauchy() public method

Constructs a new Sparse Cauchy Kernel.
public SparseCauchy ( double sigma ) : System
sigma double The value for sigma.
return System