jar

de.cit-ec.tcs.alignment : sets

Maven & Gradle

Oct 26, 2018

TCS Alignment Toolbox Sets · This module provides algorithms to compare sets, that is, order-invariant lists. These algorithms are implementations of the AlignmentAlgorithm interface defined in the algorithms module. In particular, this module contains the StrictSetAlignmentScoreAlgorithm for computing the cost of the optimal unordered alignment of two sets, the StrictSetAlignmentFullAlgorithm which provides the Alignment itself as well, and the GreedySetAlignmentScoreAlgorithm as well as the GreedySetAlignmentFullAlgorithm for computing a potentially sub-optimal but faster alignment of two sets. The optimal alignments rely on the HungarianAlgorithm for solving the assignment problem in bipartite graphs. Here, we rely on the implementation provided by Kevin L. Stern which is provided within this distribution.

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
3.1.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 sets-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.sets

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

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

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

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

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

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

blogspot.software_and_algorithms.stern_library.optimization

├─ blogspot.software_and_algorithms.stern_library.optimization.HungarianAlgorithm.class - [JAR]

Advertisement