jar

de.cit-ec.tcs.alignment : learning

Maven & Gradle

Oct 26, 2018
1 usages

TCS Alignment Toolbox Metric Learning · This module is a custom implementation of the Large Margin Nearest Neighbor classification scheme of Weinberger, Saul, et al. (2009). It contains an implementation of the k-nearest neighbor and LMNN classifier as well as (most importantly) gradient calculation schemes on the LMNN cost function given a sequential data set and a user-choice of alignment algorithm. This enables users to learn parameters of the alignment distance in question using a gradient descent on the LMNN cost function. More information on this approach can be found in the Masters Thesis "Adaptive Affine Sequence Alignment Using Algebraic Dynamic Programming"

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.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 learning-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.learning

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

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

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

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

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

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

Advertisement