| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.cit-ec.tcs.alignment |
| Идентификатор | Идентификаторalgorithms |
| Последняя версия | Последняя версия3.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.cit-ec.tcs.alignment : comparators-lib | jar | 3.1.1 |
| junit : junit | jar | 4.10 |