Uses of Interface
org.episteme.core.mathematics.statistics.bayesian.BayesianInferenceProvider
Packages that use BayesianInferenceProvider
Package
Description
-
Uses of BayesianInferenceProvider in org.episteme.benchmarks.benchmark.benchmarks
Classes in org.episteme.benchmarks.benchmark.benchmarks that implement interfaces with type arguments of type BayesianInferenceProviderModifier and TypeClassDescriptionclassA benchmark that systematically tests all available BayesianInferenceProviders.Methods in org.episteme.benchmarks.benchmark.benchmarks that return types with arguments of type BayesianInferenceProviderMethods in org.episteme.benchmarks.benchmark.benchmarks with parameters of type BayesianInferenceProviderModifier and TypeMethodDescriptionvoidSystematicBayesianInferenceBenchmark.setProvider(BayesianInferenceProvider provider) -
Uses of BayesianInferenceProvider in org.episteme.core.mathematics.statistics.bayesian.providers
Classes in org.episteme.core.mathematics.statistics.bayesian.providers that implement BayesianInferenceProviderModifier and TypeClassDescriptionclassNative multicore implementation of BayesianInferenceProvider.classImplementation of the Variable Elimination algorithm for Bayesian Inference.