Class ADTLearnerState<S,​I,​O>

  • Type Parameters:
    S - hypothesis state type
    I - input symbol type
    O - output symbol type

    public class ADTLearnerState<S,​I,​O>
    extends Object
    Utility class that captures all essential state of a ADTLearner run.