jar

de.cit-ec.tcs.alignment : algorithms-lib

Maven & Gradle

Oct 26, 2018
1 usages

TCS Alignment Toolbox Algorithms Library · This module containts standard implementations of AlignmentAlgorithms. In contrast to the adp module these implementations are hand-tailored for some specific algorithms and thus achieve somewhat faster runtime (a constant factor of maybe 30-50 percent).

Table Of Contents

Latest Version

Download de.cit-ec.tcs.alignment : algorithms-lib JAR file - Latest Versions:

All Versions

Download de.cit-ec.tcs.alignment : algorithms-lib JAR file - All Versions:

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

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window algorithms-lib-3.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.citec.tcs.alignment

├─ de.citec.tcs.alignment.AbstractStrictAlignmentAlgorithm.class - [JAR]

├─ de.citec.tcs.alignment.AbstractStrictDTWAlgorithm.class - [JAR]

├─ de.citec.tcs.alignment.StrictAlignmentAllOptimalAlgorithm.class - [JAR]

├─ de.citec.tcs.alignment.StrictAlignmentFullAlgorithm.class - [JAR]

├─ de.citec.tcs.alignment.StrictAlignmentScoreAlgorithm.class - [JAR]

├─ de.citec.tcs.alignment.StrictDTWFullAlgorithm.class - [JAR]

├─ de.citec.tcs.alignment.StrictDTWScoreAlgorithm.class - [JAR]

Advertisement