DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download de.cit-ec.tcs.alignment : learning Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.1.x
3.0.x
2.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file learning-3.1.1-javadoc.jar to learning-3.1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder learning-3.1.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "learning-3.1.1-sources.jar" -d "learning-3.1.1-javadoc" -subpackages 

Advertisement