Uses of Class
org.processmining.plugins.inductiveVisualMiner.causal.mvpc.Correction
-
Packages that use Correction Package Description org.processmining.plugins.inductiveVisualMiner.causal.mvpc -
-
Uses of Correction in org.processmining.plugins.inductiveVisualMiner.causal.mvpc
Methods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc that return Correction Modifier and Type Method Description static CorrectionCorrection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Correction[]Correction. 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 Correction Modifier and Type Method Description 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 CausalGraphMVPC. skeleton_correction(double[][] data, double alpha, Correction test_with_correction_name, CausalGraph init_cg, java.util.Map<java.lang.String,java.util.List<gnu.trove.list.TIntList>> prt_m)static CausalGraphMVPC. skeleton_correction(double[][] data, double alpha, Correction test_with_correction_name, CausalGraph init_cg, java.util.Map<java.lang.String,java.util.List<gnu.trove.list.TIntList>> prt_m, boolean stable)
-