Click or drag to resize
Accord.NET (logo)

DynamicTimeWarping Constructor (Int32, Double)

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(
	int length,
	double alpha
)
Request Example View Source

Parameters

length
Type: SystemInt32
The length of the feature vectors contained in each sequence.
alpha
Type: SystemDouble
The hypersphere ratio. Default value is 1.
See Also