DOC

nz.ac.waikato.cms.weka : ordinalClassClassifier

Maven & Gradle

Dec 06, 2017

ordinalClassClassifier · Meta classifier that allows standard classification algorithms to be applied to ordinal class problems. For more information see: Eibe Frank, Mark Hall: A Simple Approach to Ordinal Classification. In: 12th European Conference on Machine Learning, 145-156, 2001. Robert E. Schapire, Peter Stone, David A. McAllester, Michael L. Littman, Janos A. Csirik: Modeling Auction Price Uncertainty Using Boosting-based Conditional Density Estimation. In: Machine Learning, Proceedings of the Nineteenth International Conference (ICML 2002), 546-553, 2002.

Table Of Contents

Latest Version

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

All Versions

Download nz.ac.waikato.cms.weka : ordinalClassClassifier 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 ordinalClassClassifier-1.0.5-javadoc.jar to ordinalClassClassifier-1.0.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ordinalClassClassifier-1.0.5-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 "ordinalClassClassifier-1.0.5-sources.jar" -d "ordinalClassClassifier-1.0.5-javadoc" -subpackages