|
DynamicTimeWarpingTDistance, TInput Constructor (Double)
|
Constructs a new Dynamic Time Warping kernel.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic DynamicTimeWarping(
double sigma
)
Public Sub New (
sigma As Double
)
Request Example
View SourceParameters
- sigma
- Type: SystemDouble
The kernel's sigma parameter.
See Also