DOC

de.learnlib : learnlib-oml

Maven & Gradle

Nov 15, 2023

LearnLib :: Algorithms :: OML · This artifact provides the implementations of various learning algorithms based on the "optimal MAT learning" concept as described in the paper "Active Automata Learning as Black-Box Search and Lazy Partition Refinement" (https://doi.org/10.1007/978-3-031-15629-8_17) by Falk Howar and Bernhard Steffen.

Table Of Contents

Latest Version

Download de.learnlib : learnlib-oml Javadoc & API Documentation - Latest Versions:

All Versions

Download de.learnlib : learnlib-oml Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.17.x

How to open Javadoc JAR file in web browser

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