MVN

de.cit-ec.tcs : alignment

Maven & Gradle

Oct 26, 2018

TCS Alignment Toolbox · This Java Toolbox provides several algorithms to align two input sequences, where your sequential data is allowed to be multimodal and multidimensional. We also provide additional tools to inspect the alignment results in more detail or even calculate derivatives of the alignment w.r.t. metric parameters such that you can optimize the alignment parameters according to some cost function. It is written in Java 1.7. and is also compatible with Matlab (version 2013b or higher).

<dependency>
    <groupId>de.cit-ec.tcs</groupId>
    <artifactId>alignment</artifactId>
    <version>wrappers</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.cit-ec.tcs : alignment to add to Maven - Latest Versions:

  • Latest Stable: wrappers

All Versions

Choose a version of de.cit-ec.tcs : alignment to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
alignment-3.1.1
alignment-3.1.0
3.0.x
alignment-3.0.1
alignment-3.0.0
2.1.x
alignment-2.1.2
alignment-2.1.1
wrappers
alignment-wrappers
visualization
alignment-visualization
trees
alignment-trees
sets
alignment-sets
sequences
alignment-sequences
sequence
alignment-sequence-visualization
alignment-sequence-comparators
primitives
alignment-primitives
parallel
alignment-parallel
learning
alignment-learning
csv
alignment-csv
comparators
alignment-comparators-lib
alignment-comparators
algorithms
alignment-algorithms-lib
alignment-algorithms
adp
alignment-adp

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.cit-ec.tcs</groupId>
    <artifactId>alignment</artifactId>
    <version>wrappers</version>
</dependency>

Advertisement