Package edu.cmu.tetrad.search
Class BfciFoo
java.lang.Object
edu.cmu.tetrad.search.BfciFoo
- All Implemented Interfaces:
GraphSearch
Does BOSS + retain unshielded colliders + final FCI orientation rules
- Author:
- jdramsey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getOut()
getTest()
The independence test.boolean
boolean
True iff verbose output should be printed.search()
void
setAlgType
(Boss.AlgType algType) void
setCompleteRuleSetUsed
(boolean completeRuleSetUsed) void
setCovarianceMatrix
(ICovarianceMatrix covarianceMatrix) void
setDepth
(int depth) void
setDoDiscriminatingPathRule
(boolean doDiscriminatingPathRule) void
setKnowledge
(Knowledge knowledge) void
setMaxPathLength
(int maxPathLength) void
setNumStarts
(int numStarts) void
setOut
(PrintStream out) void
setTest
(IndependenceTest test) void
setUseDataOrder
(boolean useDataOrder) void
setUseRaskuttiUhler
(boolean useRaskuttiUhler) void
setUseScore
(boolean useScore) void
setVerbose
(boolean verbose)
-
Constructor Details
-
BfciFoo
-
-
Method Details
-
search
- Specified by:
search
in interfaceGraphSearch
-
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) -
getTest
The independence test. -
setTest
-
getCovMatrix
-
getCovarianceMatrix
-
setCovarianceMatrix
-
getOut
-
setOut
-
setNumStarts
public void setNumStarts(int numStarts) -
setDepth
public void setDepth(int depth) -
setUseRaskuttiUhler
public void setUseRaskuttiUhler(boolean useRaskuttiUhler) -
setUseScore
public void setUseScore(boolean useScore) -
setUseDataOrder
public void setUseDataOrder(boolean useDataOrder) -
setDoDiscriminatingPathRule
public void setDoDiscriminatingPathRule(boolean doDiscriminatingPathRule) -
setKnowledge
-
setAlgType
-