Click or drag to resize
Accord.NET (logo)

Power Constructor (Double)

Constructs a new Power Kernel.

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

Parameters

degree
Type: SystemDouble
The kernel's degree.
See Also