Package edu.cmu.tetrad.search
Class Dagma
java.lang.Object
edu.cmu.tetrad.search.Dagma
Implements the DAGMA algorithm. The reference is here:
Bello, K., Aragam, B., & Ravikumar, P. (2022). Dagma: Learning dags via m-matrices and a log-determinant acyclicity characterization. Advances in Neural Information Processing Systems, 35, 8226-8239.
- 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)
-