| Interface | Description |
|---|---|
| GlobalSuffixFeature<I> | |
| GlobalSuffixLearner<M,I,D> |
Common interface for learning algorithms that use a global suffix set.
|
| GlobalSuffixLearner.GlobalSuffixLearnerDFA<I> | |
| GlobalSuffixLearner.GlobalSuffixLearnerMealy<I,O> | |
| ResumableLearner<T extends Serializable> |
Learning algorithms that implement this interface can be "suspended" by means of exposing a serializable state object
that contains all data that is necessary to resume learning process from a previous state.
|
| SupportsGrowingAlphabet<I> |
Copyright © 2018. All rights reserved.