C# Class Accord.Statistics.Kernels.Custom

Inheritance: Accord.Statistics.Kernels.KernelBase, IKernel
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
Custom ( Func function ) : System

Constructs a new Custom kernel.

Function ( double x, double y ) : double

Custom kernel function.

Method Details

Custom() public méthode

Constructs a new Custom kernel.
public Custom ( Func function ) : System
function Func
Résultat System

Function() public méthode

Custom 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