public interface QueryOutput
distributions, that is requested from a query.  For example the log-likelihood.| Modifier and Type | Method and Description | 
|---|---|
Double | 
getConflict()
Gets the conflict measure. 
 | 
Double | 
getLogLikelihood()
Gets the log-likelihood value. 
 | 
void | 
reset()
Resets all values to their defaults. 
 | 
void | 
setConflict(Double value)
Sets the conflict measure. 
 | 
void | 
setLogLikelihood(Double value)
Sets the log-likelihood value. 
 | 
Double getLogLikelihood()
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.
void setLogLikelihood(Double value)
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.
Double getConflict()
query the value will be  null unless QueryOptions.getConflict() is set to true.
 
 
 The conflict measure should only be requested if required.
void setConflict(Double value)
query the value will be  null unless QueryOptions.getConflict() is set to true.
 
 
 The conflict measure should only be requested if required.
void reset()
Copyright © 2021. All rights reserved.