|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IInferenceAlgorithm | |
---|---|
unbbayes.controller | |
unbbayes.gui.option | |
unbbayes.prs.bn | |
unbbayes.prs.hybridbn | |
unbbayes.util.extension.bn.inference |
Uses of IInferenceAlgorithm in unbbayes.controller |
---|
Methods in unbbayes.controller that return IInferenceAlgorithm | |
---|---|
IInferenceAlgorithm |
SENController.getInferenceAlgorithm()
|
IInferenceAlgorithm |
NetworkController.getInferenceAlgorithm()
|
Methods in unbbayes.controller with parameters of type IInferenceAlgorithm | |
---|---|
void |
SENController.setInferenceAlgorithm(IInferenceAlgorithm inferenceAlgorithm)
|
void |
NetworkController.setInferenceAlgorithm(IInferenceAlgorithm inferenceAlgorithm)
|
Uses of IInferenceAlgorithm in unbbayes.gui.option |
---|
Methods in unbbayes.gui.option that return IInferenceAlgorithm | |
---|---|
IInferenceAlgorithm |
JunctionTreeOptionPanel.getInferenceAlgorithm()
|
IInferenceAlgorithm |
GaussianMixtureOptionPanel.getInferenceAlgorithm()
|
Methods in unbbayes.gui.option with parameters of type IInferenceAlgorithm | |
---|---|
void |
JunctionTreeOptionPanel.setInferenceAlgorithm(IInferenceAlgorithm inferenceAlgorithm)
|
void |
GaussianMixtureOptionPanel.setInferenceAlgorithm(IInferenceAlgorithm inferenceAlgorithm)
|
Uses of IInferenceAlgorithm in unbbayes.prs.bn |
---|
Classes in unbbayes.prs.bn that implement IInferenceAlgorithm | |
---|---|
class |
JunctionTreeAlgorithm
Class for junction tree compiling algorithm. |
Uses of IInferenceAlgorithm in unbbayes.prs.hybridbn |
---|
Classes in unbbayes.prs.hybridbn that implement IInferenceAlgorithm | |
---|---|
class |
GaussianMixture
Gaussian Mixture inference algorithm. |
Uses of IInferenceAlgorithm in unbbayes.util.extension.bn.inference |
---|
Methods in unbbayes.util.extension.bn.inference that return IInferenceAlgorithm | |
---|---|
abstract IInferenceAlgorithm |
InferenceAlgorithmOptionPanel.getInferenceAlgorithm()
Obtains the algorithm to run. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |