Package edu.cmu.tetrad.search
Class HbsmsGes
java.lang.Object
edu.cmu.tetrad.search.HbsmsGes
- All Implemented Interfaces:
Hbsms
Best Fit Finder using the GES algorithm.
Improves the P value of a SEM IM by adding, removing, or reversing single edges.
- Author:
- Joseph Ramsey
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetAlpha()getGraph()scoreGraph(Graph graph) search()voidsetAlpha(double alpha) voidsetBeamWidth(int beamWidth) voidsetHighPValueAlpha(double highPValueAlpha) voidsetKnowledge(Knowledge knowledge)
-
Constructor Details
-
HbsmsGes
-
-
Method Details
-
scoreGraph
-
getGraph
-
getOriginalSemIm
- Specified by:
getOriginalSemImin interfaceHbsms
-
getNewSemIm
- Specified by:
getNewSemImin interfaceHbsms
-
setHighPValueAlpha
public void setHighPValueAlpha(double highPValueAlpha) - Specified by:
setHighPValueAlphain interfaceHbsms
-
scoreDag
-
search
-
setKnowledge
- Specified by:
setKnowledgein interfaceHbsms
-
getAlpha
public double getAlpha() -
setAlpha
public void setAlpha(double alpha) -
setBeamWidth
public void setBeamWidth(int beamWidth) - Specified by:
setBeamWidthin interfaceHbsms
-
getKnowledge
-
getSignificantModels
-