Uses of Class
edu.cmu.tetrad.data.IndependenceFacts
Packages that use IndependenceFacts
Package
Description
Contains classes for various various sorts of scores for running score-based algorithms.
Contains classes for running conditional independence tests for various sorts of data.
Contains some utility classes for search algorithms.
Contains some classes that aren't ready for prime time.
-
Uses of IndependenceFacts in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return IndependenceFactsModifier and TypeMethodDescriptionstatic IndependenceFacts
IndependenceFacts.serializableInstance()
Generates a simple exemplar of this class to test serialization.Constructors in edu.cmu.tetrad.data with parameters of type IndependenceFacts -
Uses of IndependenceFacts in edu.cmu.tetrad.search.score
Constructors in edu.cmu.tetrad.search.score with parameters of type IndependenceFacts -
Uses of IndependenceFacts in edu.cmu.tetrad.search.test
Constructors in edu.cmu.tetrad.search.test with parameters of type IndependenceFactsModifierConstructorDescriptionConstructor.MsepTest
(IndependenceFacts facts) Constructor.MsepTest
(IndependenceFacts facts, boolean keepLatents) Constructor.MsepTest
(IndependenceFacts facts, List<Node> variables) Constructor. -
Uses of IndependenceFacts in edu.cmu.tetrad.search.utils
Methods in edu.cmu.tetrad.search.utils that return IndependenceFactsModifier and TypeMethodDescriptionGraphoidAxioms.getIndependenceFacts()
Returns the independence facts in the form 1:2|3 for use in various Tetrad algorithms. -
Uses of IndependenceFacts in edu.cmu.tetrad.search.work_in_progress
Methods in edu.cmu.tetrad.search.work_in_progress with parameters of type IndependenceFactsModifier and TypeMethodDescriptionvoid
VcPc.setFacts
(IndependenceFacts facts) void
VcPcFast.setFacts
(IndependenceFacts facts)