Interface QueryOutput

    • Method Detail

      • getLogLikelihood

        Double getLogLikelihood()
        Gets the log-likelihood value. On return from a query the value will be null unless QueryOptions.getLogLikelihood() is set to true.

        The log-likelihood should only be requested if required.

        The natural log (base e) likelihood is returned, or null if not requested.

      • setLogLikelihood

        void setLogLikelihood​(Double value)
        Sets the log-likelihood value. On return from a query the value will be null unless QueryOptions.getLogLikelihood() is set to true.

        The log-likelihood should only be requested if required.

        The natural log (base e) likelihood is returned, or null if not requested.

      • getConflict

        Double getConflict()
        Gets the conflict measure. On return from a query the value will be null unless QueryOptions.getConflict() is set to true.

        The conflict measure should only be requested if required.

      • setConflict

        void setConflict​(Double value)
        Sets the conflict measure. On return from a query the value will be null unless QueryOptions.getConflict() is set to true.

        The conflict measure should only be requested if required.

      • reset

        void reset()
        Resets all values to their defaults. For example the log-likelihood is reset to null.