Package | Description |
---|---|
de.unibi.citec.tcs.alignment |
This package contains the actual AlignmentAlgorithms as well as their return
classes.
|
Modifier and Type | Method and Description |
---|---|
SoftDTWModel |
DynamicTimeWarpingAlgorithm.calculateAlignment(Sequence a,
Sequence b)
This calculates the alignment between the Sequences a and b and returns
it as an instance of the result class for this algorithm.
|
Modifier and Type | Method and Description |
---|---|
Class<SoftDTWModel> |
DynamicTimeWarpingAlgorithm.getResultClass() |
Copyright © 2014. All rights reserved.