Class SULSymbolQueryOracle<I,​O>

    • Constructor Detail

      • SULSymbolQueryOracle

        public SULSymbolQueryOracle​(SUL<I,​O> sul)
    • Method Detail

      • query

        public O query​(I i)
        Description copied from interface: SymbolQueryOracle
        Query the system under learning for a new symbol. This is a stateful operation.
        Specified by:
        query in interface SymbolQueryOracle<I,​O>
        Parameters:
        i - the symbol to query
        Returns:
        the observed output
      • queryInternal

        protected O queryInternal​(I i)