jar

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 JAR file - Latest Versions:

All Versions

Download de.cit-ec.ml : mrglvq JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 mrglvq-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.citec.ml.mrglvq

├─ de.citec.ml.mrglvq.MedianRelationalGLVQ.class - [JAR]

├─ de.citec.ml.mrglvq.MedianRelationalGLVQLikelihoodModel.class - [JAR]

├─ de.citec.ml.mrglvq.MedianRelationalGLVQModel.class - [JAR]

├─ de.citec.ml.mrglvq.MedianRelationalGLVQModelImpl.class - [JAR]

Advertisement