Package edu.cmu.tetrad.search
Class GraspFci
java.lang.Object
edu.cmu.tetrad.search.GraspFci
- All Implemented Interfaces:
GraphSearch
J.M. Ogarrio and P. Spirtes and J. Ramsey, "A Hybrid Causal Search Algorithm
for Latent Variable Models," JMLR 2016. Here, BOSS has been substituted for
FGES.
- Author:
- Juan Miguel Ogarrio, ps7z, jdramsey, bryan andrews
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe independence test.intgetOut()booleanbooleanTrue iff verbose output should be printed.voidmodifiedR0(Graph fgesGraph, SepsetProducer sepsets) search()voidsetCompleteRuleSetUsed(boolean completeRuleSetUsed) voidsetCovarianceMatrix(ICovarianceMatrix covarianceMatrix) voidsetDepth(int depth) voidsetDoDiscriminatingPathRule(boolean doDiscriminatingPathRule) voidsetGraspDepth(int graspDepth) voidsetIndependenceTest(IndependenceTest independenceTest) voidsetKnowledge(Knowledge knowledge) voidsetMaxPathLength(int maxPathLength) voidsetNonSingularDepth(int nonSingularDepth) voidsetNumStarts(int numStarts) voidsetOrdered(boolean ordered) voidsetOut(PrintStream out) voidsetPossibleDsepSearchDone(boolean possibleDsepSearchDone) voidsetSingularDepth(int uncoveredDepth) voidsetUseDataOrder(boolean useDataOrder) voidsetUseRaskuttiUhler(boolean useRaskuttiUhler) voidsetUseScore(boolean useScore) voidsetVerbose(boolean verbose)
-
Constructor Details
-
GraspFci
-
-
Method Details
-
search
- Specified by:
searchin interfaceGraphSearch
-
modifiedR0
-
getKnowledge
-
setKnowledge
-
isCompleteRuleSetUsed
public boolean isCompleteRuleSetUsed()- Returns:
- true if Zhang's complete rule set should be used, false if only R1-R4 (the rule set of the original FCI) should be used. False by default.
-
setCompleteRuleSetUsed
public void setCompleteRuleSetUsed(boolean completeRuleSetUsed) - Parameters:
completeRuleSetUsed- set to true if Zhang's complete rule set should be used, false if only R1-R4 (the rule set of the original FCI) should be used. False by default.
-
getMaxPathLength
public int getMaxPathLength()- Returns:
- the maximum length of any discriminating path, or -1 of unlimited.
-
setMaxPathLength
public void setMaxPathLength(int maxPathLength) - Parameters:
maxPathLength- the maximum length of any discriminating path, or -1 if unlimited.
-
isVerbose
public boolean isVerbose()True iff verbose output should be printed. -
setVerbose
public void setVerbose(boolean verbose) -
getIndependenceTest
The independence test. -
getCovMatrix
-
getCovarianceMatrix
-
setCovarianceMatrix
-
getOut
-
setOut
-
setIndependenceTest
-
setNumStarts
public void setNumStarts(int numStarts) -
setDepth
public void setDepth(int depth) -
setUseRaskuttiUhler
public void setUseRaskuttiUhler(boolean useRaskuttiUhler) -
setUseDataOrder
public void setUseDataOrder(boolean useDataOrder) -
setUseScore
public void setUseScore(boolean useScore) -
setDoDiscriminatingPathRule
public void setDoDiscriminatingPathRule(boolean doDiscriminatingPathRule) -
setPossibleDsepSearchDone
public void setPossibleDsepSearchDone(boolean possibleDsepSearchDone) -
setGraspDepth
public void setGraspDepth(int graspDepth) -
setSingularDepth
public void setSingularDepth(int uncoveredDepth) -
setNonSingularDepth
public void setNonSingularDepth(int nonSingularDepth) -
setOrdered
public void setOrdered(boolean ordered)
-