public final class VariableEliminationQueryOutput extends Object implements QueryOutput
distributions, that is requested from a query.  For example the log-likelihood.| Constructor and Description | 
|---|
VariableEliminationQueryOutput()
Initializes a new instance of the  
VariableEliminationQueryOutput class. | 
| 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. 
 | 
public VariableEliminationQueryOutput()
VariableEliminationQueryOutput class.public 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.
getLogLikelihood in interface QueryOutputpublic 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.
setLogLikelihood in interface QueryOutputpublic Double getConflict()
query the value will be  null unless QueryOptions.getConflict() is set to true.
 
 
 The conflict measure should only be requested if required.
getConflict in interface QueryOutputpublic 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.
setConflict in interface QueryOutputpublic void reset()
reset in interface QueryOutputCopyright © 2021. All rights reserved.