DOC

nz.ac.waikato.cms.weka : multiInstanceFilters

Maven & Gradle

Nov 23, 2018
2 usages

multiInstanceFilters · A collection of filters for manipulating multi-instance data. Includes PropositionalToMultiInstance, MultiInstanceToPropositional, MILESFilter and RELAGGS. For more information see: M.-A. Krogel, S. Wrobel: Facets of Aggregation Approaches to Propositionalization. In: Work-in-Progress Track at the Thirteenth International Conference on Inductive Logic Programming (ILP), 2003. Y. Chen, J. Bi, J.Z. Wang (2006). MILES: Multiple-instance learning via embedded instance selection. IEEE PAMI. 28(12):1931-1947. James Foulds, Eibe Frank: Revisiting multiple-instance learning via embedded instance selection. In: 21st Australasian Joint Conference on Artificial Intelligence, 300-310, 2008.

Table Of Contents

Latest Version

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

All Versions

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

Advertisement