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 TypeMethodDescriptiondoublegetAlpha()doublegetLatentNames(List<Node> latents) intjf Clusters smaller than this size will be tossed out.doubleintdoublevoidsetAlpha(double alpha) voidsetEpsilon(double epsilon) Parameter convergence threshold.voidsetKnowledge(Knowledge knowledge) voidsetMinClusterSize(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)
-