I - input symbol typeD - output domain typepublic class DefaultPassiveLearningExample<I,D> extends Object implements PassiveLearningExample<I,D>
DefaultLearningExamplePassiveLearningExample.DFAPassiveLearningExample<I>, PassiveLearningExample.MealyPassiveLearningExample<I,O>| Constructor and Description |
|---|
DefaultPassiveLearningExample(Collection<DefaultQuery<I,D>> samples,
Alphabet<I> alphabet) |
| Modifier and Type | Method and Description |
|---|---|
Alphabet<I> |
getAlphabet() |
Collection<DefaultQuery<I,D>> |
getSamples() |
public DefaultPassiveLearningExample(Collection<DefaultQuery<I,D>> samples, Alphabet<I> alphabet)
public Collection<DefaultQuery<I,D>> getSamples()
getSamples in interface PassiveLearningExample<I,D>public Alphabet<I> getAlphabet()
getAlphabet in interface PassiveLearningExample<I,D>Copyright © 2020. All rights reserved.