Uses of Class
edu.cmu.tetrad.bayes.Evidence
Packages that use Evidence
-
Uses of Evidence in edu.cmu.tetrad.bayes
Methods in edu.cmu.tetrad.bayes that return EvidenceModifier and TypeMethodDescriptionApproximateUpdater.getEvidence()
CptInvariantUpdater.getEvidence()
Identifiability.getEvidence()
JunctionTreeUpdater.getEvidence()
ManipulatingBayesUpdater.getEvidence()
RowSummingExactUpdater.getEvidence()
UpdatedBayesIm.getEvidence()
static Evidence
Evidence.serializableInstance()
Generates a simple exemplar of this class to test serialization.static Evidence
Evidence.tautology
(VariableSource variableSource) Methods in edu.cmu.tetrad.bayes with parameters of type EvidenceModifier and TypeMethodDescriptionvoid
ApproximateUpdater.setEvidence
(Evidence evidence) Sets new evidence for the next update operation.void
BayesUpdater.setEvidence
(Evidence evidence) Sets new evidence for the updater.void
CptInvariantUpdater.setEvidence
(Evidence evidence) void
Identifiability.setEvidence
(Evidence evidence) void
JunctionTreeUpdater.setEvidence
(Evidence evidence) void
ManipulatingBayesUpdater.setEvidence
(Evidence evidence) Sets new evidence for the updater.void
RowSummingExactUpdater.setEvidence
(Evidence evidence) Constructors in edu.cmu.tetrad.bayes with parameters of type EvidenceModifierConstructorDescriptionApproximateUpdater
(BayesIm bayesIm, Evidence evidence) Constructs a new updater for the given Bayes net.CptInvariantMarginalCalculator
(BayesIm bayesIm, Evidence evidence) Constructs a new marginal calculator for the given updated Bayes IM.CptInvariantUpdater
(BayesIm bayesIm, Evidence evidence) Constructs a new updater for the given Bayes net.Copy constructor.Evidence
(Evidence evidence, VariableSource variableSource) Identifiability
(BayesIm bayesIm, Evidence evidence) JunctionTreeUpdater
(BayesIm bayesIm, Evidence evidence) RowSummingExactUpdater
(BayesIm bayesIm, Evidence evidence) Constructs a new updater for the given Bayes net.UpdatedBayesIm
(BayesIm bayesIm, Evidence evidence) Constructs Bayes net in which CPT's updated for the given evidence are calculated on the fly.