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

Inheritance: KernelBase, IKernel
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
Function ( double x, double y ) : double

Cauchy Kernel Function

SparseCauchy ( double sigma ) : System

Constructs a new Sparse Cauchy Kernel.

Method Details

Function() public méthode

Cauchy Kernel Function
public Function ( double x, double y ) : double
x double Vector x in input space.
y double Vector y in input space.
Résultat double

SparseCauchy() public méthode

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