Click or drag to resize
Accord.NET (logo)

Polynomial Constructor (Int32)

Constructs a new Polynomial kernel of a given degree.

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

Parameters

degree
Type: SystemInt32
The polynomial degree for this kernel.
See Also