Class VariableEliminationProvider

java.lang.Object
org.episteme.core.mathematics.statistics.bayesian.providers.VariableEliminationProvider
All Implemented Interfaces:
BayesianInferenceProvider, AlgorithmProvider

@AutoService(AlgorithmProvider.class) public class VariableEliminationProvider extends Object implements BayesianInferenceProvider
Implementation of the Variable Elimination algorithm for Bayesian Inference. Supports multiple precisions (float, double, Real).
Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)