public abstract class LearningExamples extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<? extends LearningExample.DFALearningExample<?>> |
createDFAExamples() |
static List<? extends LearningExample.MealyLearningExample<?,?>> |
createMealyExamples() |
public static List<? extends LearningExample.DFALearningExample<?>> createDFAExamples()
public static List<? extends LearningExample.MealyLearningExample<?,?>> createMealyExamples()
Copyright © 2014. All Rights Reserved.