C# Class Accord.Statistics.Kernels.BSpline

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

Public Methods

Method 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 method

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

Clone() public method

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

Function() public method

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.
return double