Package edu.cmu.tetrad.search
Class Lofs
java.lang.Object
edu.cmu.tetrad.search.Lofs
LOFS = Ling Orientation Fixed Structure.
- Author:
- Joseph Ramsey
-
Constructor Details
-
Lofs
public Lofs(Graph CPDAG, List<DataSet> dataSets, boolean strongR2, boolean meekDone, boolean meanCenterResiduals) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
-
Method Details
-
orient
-
getAlpha
public double getAlpha() -
setAlpha
public void setAlpha(double alpha) -
isR1Done
public boolean isR1Done() -
isR2Done
public boolean isR2Done() -
isMeekDone
public boolean isMeekDone() -
isStrongR2
public boolean isStrongR2() -
isR2Orient2Cycles
public boolean isR2Orient2Cycles() -
getScore
-
setScore
-
isMeanCenterResiduals
public boolean isMeanCenterResiduals()
-