|
DynamicTimeWarpingTDistance, TInput Constructor (TDistance, 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(
TDistance innerKernel,
double sigma
)
Public Sub New (
innerKernel As TDistance,
sigma As Double
)
Request Example
View SourceParameters
- innerKernel
- Type: TDistance
The inner kernel function of the composite kernel. - sigma
- Type: SystemDouble
The kernel's sigma parameter.
See Also