Package edu.cmu.tetrad.search
Class Dagma
java.lang.Object
edu.cmu.tetrad.search.Dagma
Implements the DAGMA algorithm. The reference is here:
NEEDS DOCUMENTATION
- Author:
- bryanandrews
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCpdag()doubledoublesearch()NEEDS DOCUMENTATIONvoidsetCpdag(boolean cpdag) voidsetLambda1(double lambda1) voidsetWThreshold(double wThreshold)
-
Constructor Details
-
Dagma
Constructor.
-
-
Method Details
-
search
NEEDS DOCUMENTATION -
getLambda1
public double getLambda1() -
setLambda1
public void setLambda1(double lambda1) -
getWThreshold
public double getWThreshold() -
setWThreshold
public void setWThreshold(double wThreshold) -
getCpdag
public boolean getCpdag() -
setCpdag
public void setCpdag(boolean cpdag)
-