Class UCSepset
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.causal.mvpc.UCSepset
-
public class UCSepset extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UCSepset()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanall1(CausalGraph cg, int x, int y, int z)static CausalGraphdefinite_maxp(CausalGraph cg, double alpha, BackgroundKnowledge background_knowledge)static CausalGraphdefinite_maxp(CausalGraph cg, double alpha, Priority priority, BackgroundKnowledge background_knowledge)static CausalGraphmaxp(CausalGraph cg, BackgroundKnowledge background_knowledge)static CausalGraphmaxp(CausalGraph cg, Priority priority, BackgroundKnowledge background_knowledge)static CausalGraphuc_sepset(CausalGraph cg, BackgroundKnowledge background_knowledge)static CausalGraphuc_sepset(CausalGraph cg, Priority priority, BackgroundKnowledge background_knowledge)
-
-
-
Method Detail
-
uc_sepset
public static CausalGraph uc_sepset(CausalGraph cg, BackgroundKnowledge background_knowledge)
-
uc_sepset
public static CausalGraph uc_sepset(CausalGraph cg, Priority priority, BackgroundKnowledge background_knowledge)
-
all1
public static boolean all1(CausalGraph cg, int x, int y, int z)
-
maxp
public static CausalGraph maxp(CausalGraph cg, BackgroundKnowledge background_knowledge)
-
maxp
public static CausalGraph maxp(CausalGraph cg, Priority priority, BackgroundKnowledge background_knowledge)
-
definite_maxp
public static CausalGraph definite_maxp(CausalGraph cg, double alpha, BackgroundKnowledge background_knowledge)
-
definite_maxp
public static CausalGraph definite_maxp(CausalGraph cg, double alpha, Priority priority, BackgroundKnowledge background_knowledge)
-
-