Package edu.cmu.tetrad.search
Class KimEtAlScores
java.lang.Object
edu.cmu.tetrad.search.KimEtAlScores
- All Implemented Interfaces:
Score
Implements the continuous BIC score for FGES.
- Author:
- Joseph Ramsey
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionKimEtAlScores
(DataSet dataSet) Constructs the score using a covariance matrix.KimEtAlScores
(ICovarianceMatrix covariances) Constructs the score using a covariance matrix. -
Method Summary
Modifier and TypeMethodDescriptionboolean
determines
(List<Node> z, Node y) Specialized scoring method for a single parent.int
double
int
boolean
isEffectEdge
(double bump) boolean
double
localScore
(int i, int... parents) double
localScoreDiff
(int x, int y, int[] z) void
setLambda
(double lambda) void
setPenaltyDiscount
(double penaltyDiscount) void
setRuleType
(KimEtAlScores.RuleType ruleType) void
setVariables
(List<Node> variables) void
setVerbose
(boolean verbose) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.cmu.tetrad.search.Score
append, defaultScore, getVariable, localScore, localScore, localScoreDiff, toString
-
Constructor Details
-
KimEtAlScores
Constructs the score using a covariance matrix. -
KimEtAlScores
Constructs the score using a covariance matrix.
-
-
Method Details
-
localScoreDiff
public double localScoreDiff(int x, int y, int[] z) - Specified by:
localScoreDiff
in interfaceScore
-
localScore
public double localScore(int i, int... parents) - Specified by:
localScore
in interfaceScore
- Parameters:
i
- The index of the node.parents
- The indices of the node's parents.- Returns:
- The score, or NaN if the score cannot be calculated.
-
getCovariances
Specialized scoring method for a single parent. Used to speed up the effect edges search. -
getSampleSize
public int getSampleSize()- Specified by:
getSampleSize
in interfaceScore
-
isEffectEdge
public boolean isEffectEdge(double bump) - Specified by:
isEffectEdge
in interfaceScore
-
getDataSet
-
isVerbose
public boolean isVerbose() -
setVerbose
public void setVerbose(boolean verbose) -
getVariables
- Specified by:
getVariables
in interfaceScore
-
setVariables
-
getMaxDegree
public int getMaxDegree()- Specified by:
getMaxDegree
in interfaceScore
-
determines
- Specified by:
determines
in interfaceScore
-
setRuleType
-
setLambda
public void setLambda(double lambda) -
getPenaltyDiscount
public double getPenaltyDiscount() -
setPenaltyDiscount
public void setPenaltyDiscount(double penaltyDiscount)
-