Package edu.cmu.tetrad.search
Class MimbuildTrek
java.lang.Object
edu.cmu.tetrad.search.MimbuildTrek
An implemetation of Mimbuild based on the treks and ranks.
- Author:
- Adam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getAlpha()
double
getLatentNames
(List<Node> latents) int
jf Clusters smaller than this size will be tossed out.double
int
double
void
setAlpha
(double alpha) void
setEpsilon
(double epsilon) Parameter convergence threshold.void
setKnowledge
(Knowledge knowledge) void
setMinClusterSize
(int minClusterSize)
-
Constructor Details
-
MimbuildTrek
public MimbuildTrek()
-
-
Method Details
-
search
-
getClustering
-
getAlpha
public double getAlpha() -
setAlpha
public void setAlpha(double alpha) -
getKnowledge
-
setKnowledge
-
getLatentsCov
-
getLatentNames
-
getMinimum
public double getMinimum() -
getpValue
public double getpValue() -
getFullGraph
- Returns:
- the allowUnfaithfulness discovered graph, with latents and indicators.
-
getEpsilon
public double getEpsilon() -
setEpsilon
public void setEpsilon(double epsilon) Parameter convergence threshold. Default = 1e-4. -
getNumParams
public int getNumParams() -
getMinClusterSize
public int getMinClusterSize()jf Clusters smaller than this size will be tossed out. -
setMinClusterSize
public void setMinClusterSize(int minClusterSize)
-