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 TypeMethodDescriptionboolean
getCpdag()
double
double
search()
NEEDS DOCUMENTATIONvoid
setCpdag
(boolean cpdag) void
setLambda1
(double lambda1) void
setWThreshold
(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)
-