DOC

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).

Table Of Contents

Latest Version

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

All Versions

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

Version Size Javadoc Updated
3.1.x
3.0.x
2.1.x
wrappers
visualization
trees
sets
sequences
sequence
primitives
parallel
learning
csv
comparators
algorithms
adp

How to open Javadoc JAR file in web browser

  1. Rename the file alignment-wrappers-javadoc.jar to alignment-wrappers-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder alignment-wrappers-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 "alignment-wrappers-sources.jar" -d "alignment-wrappers-javadoc" -subpackages 

Advertisement