|
Polynomial Constructor (Int32, Double)
|
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,
double constant
)
Public Sub New (
degree As Integer,
constant As Double
)
Request Example
View SourceParameters
- degree
- Type: SystemInt32
The polynomial degree for this kernel. - constant
- Type: SystemDouble
The polynomial constant for this kernel. Default is 1.
See Also