Click or drag to resize
Accord.NET (logo)

DynamicTimeWarping Constructor (Double, Int32)

Constructs a new Dynamic Time Warping kernel.

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

Parameters

alpha
Type: SystemDouble
The hypersphere ratio. Default value is 1.
degree
Type: SystemInt32
The degree of the kernel. Default value is 1 (linear kernel).
See Also