is not current version
Last Version 3.1.1

de.cit-ec.tcs.alignment:comparators 2.1.0

This module defines the interfaces for comparators in the TCS Alignment Toolbox. A comparator is in essence a function that defines a dissimilarity on a value set. The possible value sets are defined in the sequence module. In the TCS Alignment Toolbox we require the output values of comparators to lie in the range [0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that additional normalization has to be applied. To that end this package also contains a Normalizer interface for functions that map real values from the range [0, infinity) to the range [0,1]. Finally the TCS Alignment Toolbox also provides the means to learn parameters of comparators. To enable that comparators must implement the DerivableComparator interface or - even better - the SparseDerivableComparator interface to properly define the parameters that can be learned and the derivative of the dissimilarity with respect to these parameters. The SkipExtendedComparator and the ComparisonBasedSkipExtendedComparator class are convenience classes to make the implementation of further comparators easier. You can find a lot of helpful standard implementations of comparators in the comparators-lib module.

GroupId

GroupId

de.cit-ec.tcs.alignment
ArtifactId

ArtifactId

comparators
Version

Version

2.1.0
Type

Type

jar

Download comparators 2.1.0


<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/comparators/ -->
<dependency>
    <groupId>de.cit-ec.tcs.alignment</groupId>
    <artifactId>comparators</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/comparators/
implementation 'de.cit-ec.tcs.alignment:comparators:2.1.0'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/comparators/
implementation ("de.cit-ec.tcs.alignment:comparators:2.1.0")
'de.cit-ec.tcs.alignment:comparators:jar:2.1.0'
<dependency org="de.cit-ec.tcs.alignment" name="comparators" rev="2.1.0">
  <artifact name="comparators" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='comparators', version='2.1.0')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "comparators" % "2.1.0"
[de.cit-ec.tcs.alignment/comparators "2.1.0"]