public class StrictDTWFullAlgorithm extends AbstractStrictDTWAlgorithm<AlignmentPath>
Constructor and Description |
---|
StrictDTWFullAlgorithm(AlignmentSpecification spec) |
Modifier and Type | Method and Description |
---|---|
AlignmentPath |
transformToResult(double[][] dtwMatrix,
Sequence a,
Sequence b)
This method has to be implemented by sub classes to transform
a calculated dynamic programming matrix to a valid result of
that implementation.
|
calculateAlignment, getLastDTWMatrix, getResultClass, getSpecification, getWeightThreshold, setWeightThreshold
public StrictDTWFullAlgorithm(AlignmentSpecification spec)
public AlignmentPath transformToResult(double[][] dtwMatrix, Sequence a, Sequence b)
transformToResult
in class AbstractStrictDTWAlgorithm<AlignmentPath>
dtwMatrix
- a dynamic programming matrix calculated with respect to
both input sequences.a
- the first input sequence.b
- the second input sequence.Copyright (C) 2013, 2014 Benjamin Paaßen, Charlie Krüger, Georg Zentgraf, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs