a

algorithms

This module defines the interface for AlignmentAlgorithms as well as some helper classes. An AlignmentAlgorithm computes an Alignment of two given input sequences, given a Comparator that works in these sequences. More details on the AlignmentAlgorithm can be found in the respective interface. More information on Comparators can be found in the comparators module. The resulting 'Alignment' may be just a real-valued dissimilarity between the input sequence or may incorporate additional information, such as a full Alignment, a PathList, a PathMap or a CooptimalModel. If those results support the calculation of a Gradient, they implement the DerivableAlignmentDistance interface. In more detail, the Alignment class represents the result of a backtracing scheme, listing all Operations that have been applied in one co-optimal Alignment. A classic AlignmentAlgorithm does not result in a differentiable dissimilarity, because the minimum function is not differentiable. Therefore, this package also contains utility functions for a soft approximation of the minimum function, namely Softmin. For faster (parallel) computation of many different alignments or gradients we also provide the ParallelProcessingEngine, the SquareParallelProcessingEngine and the ParallelGradientEngine.
http://openresearch.cit-ec.de/projects/tcs
The GNU Affero General Public License, Version 3
Benjamin Paaßen
Aggregated version Version Update time
3.1 3.1.1 Oct 26, 2018
3.1.0 May 23, 2018
3.0 3.0.1 Dec 06, 2016
3.0.0 Jun 10, 2016
2.1 2.1.2 Aug 05, 2015
2.1.1 Jul 17, 2015
2.1.0 Jul 09, 2015
2.0 2.0.0 May 18, 2015
8 Records