Class CounterSymbolQueryOracle<I,​O>

    • Constructor Detail

      • CounterSymbolQueryOracle

        public CounterSymbolQueryOracle​(SymbolQueryOracle<I,​O> delegate)
    • 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
      • getResetCount

        public long getResetCount()
      • getSymbolCount

        public long getSymbolCount()