jar

de.learnlib : learnlib-ostia

Maven & Gradle

Nov 15, 2023

LearnLib :: Algorithms :: OSTIA · This artifact provides the implementation of the "onward subsequential transducer inference algorithm" (OSTIA) learning algorithm as presented in the paper "Learning Subsequential Transducers for Pattern Recognition Interpretation Tasks" (https://doi.org/10.1109/34.211465) by Jose Oncina, Pedro García, and Enrique Vidal.

Table Of Contents

Latest Version

Download de.learnlib : learnlib-ostia JAR file - Latest Versions:

All Versions

Download de.learnlib : learnlib-ostia JAR file - All Versions:

Version Vulnerabilities Size Updated
0.17.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window learnlib-ostia-0.17.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.learnlib.algorithm.ostia

├─ de.learnlib.algorithm.ostia.Blue.class - [JAR]

├─ de.learnlib.algorithm.ostia.Edge.class - [JAR]

├─ de.learnlib.algorithm.ostia.IntQueue.class - [JAR]

├─ de.learnlib.algorithm.ostia.OSSTWrapper.class - [JAR]

├─ de.learnlib.algorithm.ostia.OSTIA.class - [JAR]

├─ de.learnlib.algorithm.ostia.Out.class - [JAR]

├─ de.learnlib.algorithm.ostia.State.class - [JAR]

├─ de.learnlib.algorithm.ostia.StateCopy.class - [JAR]

├─ de.learnlib.algorithm.ostia.StateParent.class - [JAR]

├─ de.learnlib.algorithm.ostia.package-info.class - [JAR]