DOC

nz.ac.waikato.cms.weka : multiInstanceLearning

Maven & Gradle

Feb 21, 2017
2 usages

multiInstanceLearning · A collection of multi-instance learning classifiers. Includes the Citation KNN method, several variants of the diverse density method, support vector machines for multi-instance learning, simple wrappers for applying standard propositional learners to multi-instance data, decision tree and rule learners, and some other methods.

Table Of Contents

Latest Version

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

All Versions

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

Advertisement