Uses of Interface
org.episteme.core.mathematics.statistics.bayesian.BayesianInferenceProvider.BayesNodeData
Packages that use BayesianInferenceProvider.BayesNodeData
Package
Description
-
Uses of BayesianInferenceProvider.BayesNodeData in org.episteme.core.mathematics.statistics.bayesian
Method parameters in org.episteme.core.mathematics.statistics.bayesian with type arguments of type BayesianInferenceProvider.BayesNodeDataModifier and TypeMethodDescriptionBayesianInferenceProvider.query(String target, String targetState, Map<String, String> evidence, List<BayesianInferenceProvider.BayesNodeData> nodes) Performs inference on a Bayesian network using Real precision.default doubleBayesianInferenceProvider.queryDouble(String target, String targetState, Map<String, String> evidence, List<BayesianInferenceProvider.BayesNodeData> nodes) Performs inference on a Bayesian network using double precision.default floatBayesianInferenceProvider.queryFloat(String target, String targetState, Map<String, String> evidence, List<BayesianInferenceProvider.BayesNodeData> nodes) Performs inference on a Bayesian network using float precision. -
Uses of BayesianInferenceProvider.BayesNodeData in org.episteme.core.mathematics.statistics.bayesian.providers
Method parameters in org.episteme.core.mathematics.statistics.bayesian.providers with type arguments of type BayesianInferenceProvider.BayesNodeDataModifier and TypeMethodDescriptionMulticoreBayesianInferenceProvider.query(String target, String targetState, Map<String, String> evidence, List<BayesianInferenceProvider.BayesNodeData> nodes) VariableEliminationProvider.query(String target, String targetState, Map<String, String> evidence, List<BayesianInferenceProvider.BayesNodeData> nodes) doubleVariableEliminationProvider.queryDouble(String target, String targetState, Map<String, String> evidence, List<BayesianInferenceProvider.BayesNodeData> nodes) floatVariableEliminationProvider.queryFloat(String target, String targetState, Map<String, String> evidence, List<BayesianInferenceProvider.BayesNodeData> nodes)