public class KernelDTWFullAlgorithm extends Object implements AlignmentAlgorithm<SoftDTWModel>
Constructor and Description |
---|
KernelDTWFullAlgorithm(AlignmentSpecification alignmentSpecification) |
Modifier and Type | Method and Description |
---|---|
SoftDTWModel |
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.
|
Class<SoftDTWModel> |
getResultClass()
This method shall return the class of the alignment result.
|
AlignmentSpecification |
getSpecification()
This should return the specification that is used for this Algorithm.
|
public KernelDTWFullAlgorithm(AlignmentSpecification alignmentSpecification)
public AlignmentSpecification getSpecification()
AlignmentAlgorithm
getSpecification
in interface AlignmentAlgorithm<SoftDTWModel>
public SoftDTWModel calculateAlignment(Sequence a, Sequence b)
calculateAlignment
in interface AlignmentAlgorithm<SoftDTWModel>
a
- The first sequence.b
- The second sequence.public Class<SoftDTWModel> getResultClass()
getResultClass
in interface AlignmentAlgorithm<SoftDTWModel>
Copyright (C) 2013-2015 Benjamin Paaßen, 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