Interface LearningAlgorithm.NFALearner<I>

All Superinterfaces:
LearningAlgorithm<NFA<?,I>,I,Boolean>
All Known Implementing Classes:
NLStarLearner
Enclosing interface:
LearningAlgorithm<M,I,D>

public static interface LearningAlgorithm.NFALearner<I> extends LearningAlgorithm<NFA<?,I>,I,Boolean>