Uses of Class
org.processmining.plugins.inductiveVisualMiner.causal.mvpc.Priority
-
Packages that use Priority Package Description org.processmining.plugins.inductiveVisualMiner.causal.mvpc -
-
Uses of Priority in org.processmining.plugins.inductiveVisualMiner.causal.mvpc
Methods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc that return Priority Modifier and Type Method Description static PriorityPriority. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Priority[]Priority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc with parameters of type Priority Modifier and Type Method Description static CausalGraphUCSepset. definite_maxp(CausalGraph cg, double alpha, Priority priority, BackgroundKnowledge background_knowledge)static CausalGraphUCSepset. maxp(CausalGraph cg, Priority priority, 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 CausalGraphUCSepset. uc_sepset(CausalGraph cg, Priority priority, BackgroundKnowledge background_knowledge)
-