Uses of Class
edu.cmu.tetrad.graph.IndependenceFact
Packages that use IndependenceFact
-
Uses of IndependenceFact in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return types with arguments of type IndependenceFactMethods in edu.cmu.tetrad.data with parameters of type IndependenceFactModifier and TypeMethodDescriptionvoid
IndependenceFacts.add
(IndependenceFact fact) void
IndependenceFacts.remove
(IndependenceFact fact) -
Uses of IndependenceFact in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph that return IndependenceFactModifier and TypeMethodDescriptionstatic IndependenceFact
IndependenceFact.serializableInstance()
Generates a simple exemplar of this class to test serialization.Methods in edu.cmu.tetrad.graph with parameters of type IndependenceFactModifier and TypeMethodDescriptionint
IndependenceFact.compareTo
(IndependenceFact fact) Note that this compareTo method gives a lexical ordering for independence facts and doesn't reflect independence fact equality. -
Uses of IndependenceFact in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return IndependenceFactMethods in edu.cmu.tetrad.search that return types with arguments of type IndependenceFactModifier and TypeMethodDescriptionIndTestChiSquare.getFacts()
IndTestDSep.getFacts()
IndTestProbabilistic.getH()
ProbabilisticMAPIndependence.getH()
Constructors in edu.cmu.tetrad.search with parameters of type IndependenceFactModifierConstructorDescriptionIndependenceResult
(IndependenceFact fact, boolean indep, double pValue)