Uses of Class
org.processmining.plugins.inductiveVisualMiner.causal.mvpc.BackgroundKnowledge
-
Packages that use BackgroundKnowledge Package Description org.processmining.plugins.inductiveVisualMiner.causal.mvpc -
-
Uses of BackgroundKnowledge in org.processmining.plugins.inductiveVisualMiner.causal.mvpc
Methods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc with parameters of type BackgroundKnowledge Modifier and Type Method Description static CausalGraphUCSepset. definite_maxp(CausalGraph cg, double alpha, BackgroundKnowledge background_knowledge)static CausalGraphUCSepset. definite_maxp(CausalGraph cg, double alpha, Priority priority, BackgroundKnowledge background_knowledge)static CausalGraphMeek. definite_meek(CausalGraph cg, BackgroundKnowledge background_knowledge)static CausalGraphUCSepset. maxp(CausalGraph cg, BackgroundKnowledge background_knowledge)static CausalGraphUCSepset. maxp(CausalGraph cg, Priority priority, BackgroundKnowledge background_knowledge)static CausalGraphMeek. meek(CausalGraph cg, BackgroundKnowledge background_knowledge)static CausalGraphMVPC. mvpc_alg(double[][] data, java.util.List<java.lang.String> node_names, double alpha, IndependenceTest indep_test_, Correction correction_name, boolean stable, int uc_rule, Priority uc_priority, BackgroundKnowledge background_knowledge, boolean verbose, boolean show_progress)static CausalGraphMVPC. pc(double[][] data, double alpha, IndependenceTest indep_test, boolean stable, int uc_rule, Priority uc_priority, boolean mvpc, Correction correction_name, BackgroundKnowledge background_knowledge, boolean verbose, boolean show_progress, java.util.List<java.lang.String> node_names)static CausalGraphSkeletonDiscovery. skeleton_discovery(double[][] data, double alpha, CIT indep_test, boolean stable, BackgroundKnowledge background_knowledge, java.util.List<java.lang.String> node_names)static CausalGraphUCSepset. uc_sepset(CausalGraph cg, BackgroundKnowledge background_knowledge)static CausalGraphUCSepset. uc_sepset(CausalGraph cg, Priority priority, BackgroundKnowledge background_knowledge)
-