Package de.uni_trier.wi2.procake.similarity.nest.sequence.utils
-
Interface Summary Interface Description DP Super class/interface for different dynamic programming approaches.DTW MatrixPath Interface representing a path through a matrix.ScoringMatrix Representation of the scoring matrix of an dp algorithm.SWA SWA.PenaltyScheme Functional interface representing a penalty scheme.TempFactor Vector Represents a mathematical vector. -
Class Summary Class Description MatrixPath.MatrixCellPair Holds a pair of tasks and indices of their position and their predecessor in the matrix.