Click or drag to resize
Accord.NET (logo)

BSpline Constructor

Constructs a new B-Spline Kernel.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public BSpline(
	int order
)
Request Example View Source

Parameters

order
Type: SystemInt32
See Also