Interface SymbolQueryOracle<I,​O>

    • Method Detail

      • query

        O query​(I i)
        Query the system under learning for a new symbol. This is a stateful operation.
        Parameters:
        i - the symbol to query
        Returns:
        the observed output
      • reset

        void reset()
        Reset the system under learning.