Package com.bayesserver.analysis
Class AssociationOptions
- java.lang.Object
-
- com.bayesserver.analysis.AssociationOptions
-
public final class AssociationOptions extends Object
Options that affect the link strength algorithm.
-
-
Constructor Summary
Constructors Constructor Description AssociationOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InferenceFactorygetInferenceFactory()Gets the inference factory used for link strength calculations.voidsetInferenceFactory(InferenceFactory value)Sets the inference factory used for link strength calculations.
-
-
-
Method Detail
-
getInferenceFactory
public InferenceFactory getInferenceFactory()
Gets the inference factory used for link strength calculations.
-
setInferenceFactory
public void setInferenceFactory(InferenceFactory value)
Sets the inference factory used for link strength calculations.
-
-