| Interface | Description |
|---|---|
| MutableObservationTable<I,D> | |
| ObservationTable<I,D> |
An observation table is a common method for learning algorithms to store organize their observations.
|
| ObservationTableFeature<I,D> | |
| OTLearner<M,I,D> | |
| OTLearner.OTLearnerDFA<I> | |
| OTLearner.OTLearnerMealy<I,O> | |
| Row<I> |
A row in an observation table.
|
| Class | Description |
|---|---|
| AbstractObservationTable<I,D> |
Observation table class.
|
| GenericObservationTable<I,D> |
A generic observation table, that implements the classical OT semantics for fully specified systems.
|
| Inconsistency<I> |
A description of an inconsistency in an
AbstractObservationTable. |
| OTUtils | |
| PartialObservationTable<I,O> |
A specialized observation table that creates new long-prefix rows depending on the available input symbols of the
corresponding short-prefix row.
|
| Exception | Description |
|---|---|
| InvalidRowException |
Copyright © 2019. All rights reserved.