DOC

de.cit-ec.tcs.alignment : algorithms

Maven & Gradle

Oct 26, 2018

TCS Alignment Toolbox 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.

Table Of Contents

Latest Version

Download de.cit-ec.tcs.alignment : algorithms Javadoc & API Documentation - Latest Versions:

All Versions

Download de.cit-ec.tcs.alignment : algorithms Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.1.x
3.0.x
2.1.x
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file algorithms-3.1.1-javadoc.jar to algorithms-3.1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder algorithms-3.1.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "algorithms-3.1.1-sources.jar" -d "algorithms-3.1.1-javadoc" -subpackages 

Advertisement

Dependencies from Group

Oct 26, 2018
1 usages
Oct 26, 2018
1 usages
adp
Oct 26, 2018
1 usages

Discover Dependencies

Nov 01, 2022
7 usages
203 stars
Aug 03, 2016
15 usages
13 stars
Aug 01, 2023
18 usages
54 stars
Aug 22, 2022
12 usages
3.4k stars
Apr 16, 2020
1 usages
Feb 12, 2020
7 usages
5 stars
Apr 14, 2019
6 usages
2 stars
May 20, 2021
7 usages
17 stars
May 15, 2021
14 usages
May 28, 2014
7 usages