Package com.bayesserver.causal
Class AbductionOptions
- java.lang.Object
-
- com.bayesserver.causal.AbductionOptions
-
public final class AbductionOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description AbductionOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InferenceFactorygetInferenceFactory()Used to create an inference engine, to determine the values for the characterstic variables.booleangetRemoveAbductionEvidence()Gets a value which whentrueremoves the abduction evidence, after updating the characteristic variables.voidsetInferenceFactory(InferenceFactory value)Used to create an inference engine, to determine the values for the characterstic variables.voidsetRemoveAbductionEvidence(boolean value)Sets a value which whentrueremoves the abduction evidence, after updating the characteristic variables.
-
-
-
Method Detail
-
getInferenceFactory
public InferenceFactory getInferenceFactory()
Used to create an inference engine, to determine the values for the characterstic variables.
-
setInferenceFactory
public void setInferenceFactory(InferenceFactory value)
Used to create an inference engine, to determine the values for the characterstic variables.
-
getRemoveAbductionEvidence
public boolean getRemoveAbductionEvidence()
Gets a value which whentrueremoves the abduction evidence, after updating the characteristic variables.
-
setRemoveAbductionEvidence
public void setRemoveAbductionEvidence(boolean value)
Sets a value which whentrueremoves the abduction evidence, after updating the characteristic variables.
-
-