License |
License |
---|---|
GroupId | GroupIdde.cit-ec.tcs.alignment |
ArtifactId | ArtifactIdalgorithms |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTCS 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
algorithms-3.1.1.pom | |
algorithms-3.1.1.jar | 38 KB |
algorithms-3.1.1-sources.jar | 30 KB |
algorithms-3.1.1-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/algorithms/ -->
<dependency>
<groupId>de.cit-ec.tcs.alignment</groupId>
<artifactId>algorithms</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/algorithms/
implementation 'de.cit-ec.tcs.alignment:algorithms:3.1.1'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/algorithms/
implementation ("de.cit-ec.tcs.alignment:algorithms:3.1.1")
'de.cit-ec.tcs.alignment:algorithms:jar:3.1.1'
<dependency org="de.cit-ec.tcs.alignment" name="algorithms" rev="3.1.1">
<artifact name="algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='algorithms', version='3.1.1')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "algorithms" % "3.1.1"
[de.cit-ec.tcs.alignment/algorithms "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.tcs.alignment : comparators | jar | 3.1.1 |
de.cit-ec.tcs.alignment : parallel | jar | 3.1.1 |
org.projectlombok : lombok | jar | 1.16.8 |
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.tcs.alignment : comparators-lib | jar | 3.1.1 |
junit : junit | jar | 4.10 |