C# Class Accord.Statistics.Kernels.BSpline

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

Méthodes publiques

Méthode Description
BSpline ( int order ) : System

Constructs a new B-Spline Kernel.

Clone ( ) : object

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

Function ( double x, double y ) : double

B-Spline Kernel Function

Method Details

BSpline() public méthode

Constructs a new B-Spline Kernel.
public BSpline ( int order ) : System
order int
Résultat System

Clone() public méthode

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

Function() public méthode

B-Spline 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