DOC

de.cit-ec.ml : mrglvq

Maven & Gradle

Jan 27, 2018

Median Relational Generalized Learning Vector Quantization · This project contains a Java implementation of median relational generalized learning vector quantization as proposed by Nebel, Hammer, Frohberg, and Villmann (2015, doi:10.1016/j.neucom.2014.12.096). Given a matrix of pairwise distances D and a vector of labels Y it identifies prototypical data points (i.e. rows of D) which help to classify the data set using a simple nearest neighbor rule. In particular, the algorithm optimizes the generalized learning vector quantization cost function (Sato and Yamada, 1995) via an expectation maximization scheme where in each iteration one prototype 'jumps' to another data point in order to improve the cost function. If the cost function can not be improved anymore for any of the data points, the algorithm terminates.

Table Of Contents

Latest Version

Download de.cit-ec.ml : mrglvq Javadoc & API Documentation - Latest Versions:

All Versions

Download de.cit-ec.ml : mrglvq Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x

How to open Javadoc JAR file in web browser

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

Advertisement