DOC

nz.ac.waikato.cms.weka : SPegasos

Maven & Gradle

Apr 26, 2012

SPegasos · Implements the stochastic variant of the Pegasos (Primal Estimated sub-GrAdient SOlver for SVM) method of Shalev-Shwartz et al. (2007). This implementation globally replaces all missing values and transforms nominal attributes into binary ones. It also normalizes all attributes, so the coefficients in the output are based on the normalized data. Can either minimize the hinge loss (SVM) or log loss (logistic regression). For more information, see S. Shalev-Shwartz, Y. Singer, N. Srebro: Pegasos: Primal Estimated sub-GrAdient SOlver for SVM. In: 24th International Conference on MachineLearning, 807-814, 2007.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : SPegasos Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : SPegasos Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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

Advertisement