Uses of Class
org.processmining.plugins.inductiveVisualMiner.causal.mvpc.IndependenceTest
-
Packages that use IndependenceTest Package Description org.processmining.plugins.inductiveVisualMiner.causal.mvpc -
-
Uses of IndependenceTest in org.processmining.plugins.inductiveVisualMiner.causal.mvpc
Fields in org.processmining.plugins.inductiveVisualMiner.causal.mvpc declared as IndependenceTest Modifier and Type Field Description IndependenceTestCIT. methodMethods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc that return IndependenceTest Modifier and Type Method Description static IndependenceTestIndependenceTest. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndependenceTest[]IndependenceTest. 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 IndependenceTest 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)Constructors in org.processmining.plugins.inductiveVisualMiner.causal.mvpc with parameters of type IndependenceTest Constructor Description CIT(double[][] data, IndependenceTest method, java.lang.String... kwargs)
-