|
DynamicTimeWarping Constructor (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(
int length
)
Public Sub New (
length As Integer
)
Request Example
View SourceParameters
- length
- Type: SystemInt32
The length of the feature vectors
contained in each sequence.
See Also