Uses of Class
org.processmining.plugins.inductiveVisualMiner.causal.CausalDataTable
-
Packages that use CausalDataTable Package Description org.processmining.plugins.inductiveVisualMiner.causal org.processmining.plugins.inductiveVisualMiner.causal.mvpc -
-
Uses of CausalDataTable in org.processmining.plugins.inductiveVisualMiner.causal
Methods in org.processmining.plugins.inductiveVisualMiner.causal that return CausalDataTable Modifier and Type Method Description static CausalDataTableDirectlyFollowsModel2CausalDataTable. create(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm, IvMLogFiltered log, java.util.List<Choice> choices, gnu.trove.map.TIntObjectMap<gnu.trove.set.TIntSet> node2steps, gnu.trove.map.TObjectIntMap<gnu.trove.set.TIntSet> steps2rank, int maxUnfolding, IvMCanceller canceller)static CausalDataTableEfficientTree2CausalDataTable. create(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree, IvMLogFiltered log, java.util.List<Choice> choices)Methods in org.processmining.plugins.inductiveVisualMiner.causal that return types with arguments of type CausalDataTable Modifier and Type Method Description static org.processmining.plugins.InductiveMiner.Quadruple<CausalGraph,CausalDataTable,gnu.trove.map.hash.THashMap<Choice,java.util.Set<Choice>>,gnu.trove.map.hash.THashMap<Choice,Choice>>BinariseCausalGraphAndChoiceData. binarise(CausalGraph oldGraph, CausalDataTable oldData, IvMCanceller canceller)static org.processmining.plugins.InductiveMiner.Pair<CausalGraph,CausalDataTable>DirectlyFollowsModel2UpperBoundCausalGraph. convert(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm, IvMLogFiltered log, int maxUnfolding, IvMCanceller canceller)static org.processmining.plugins.InductiveMiner.Pair<CausalGraph,CausalDataTable>EfficientTree2UpperBoundCausalGraph. convert(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree, IvMLogFiltered log, int maxUnfolding, IvMCanceller canceller)Methods in org.processmining.plugins.inductiveVisualMiner.causal with parameters of type CausalDataTable Modifier and Type Method Description static org.processmining.plugins.InductiveMiner.Quadruple<CausalGraph,CausalDataTable,gnu.trove.map.hash.THashMap<Choice,java.util.Set<Choice>>,gnu.trove.map.hash.THashMap<Choice,Choice>>BinariseCausalGraphAndChoiceData. binarise(CausalGraph oldGraph, CausalDataTable oldData, IvMCanceller canceller)static java.util.Set<Choice>CausalBackdoorCriterion. compute(CausalGraph binaryCausalGraph, CausalDataTable binaryChoiceData, Choice source, Choice target)static CausalAnalysisResultCausalRegression. compute(CausalGraph binaryCausalGraph, CausalDataTable binaryChoiceData, IvMCanceller canceller)static voidCausalAnalysisResult2Correlation. convert(CausalGraph graph, CausalDataTable table, IvMModel model)static java.util.Map<org.processmining.plugins.InductiveMiner.Pair<java.lang.Integer,Choice>,gnu.trove.map.TIntIntMap>CausalAnalysisResult2Correlation. getColumn(CausalGraph graph, CausalDataTable table, int column) -
Uses of CausalDataTable in org.processmining.plugins.inductiveVisualMiner.causal.mvpc
Methods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc with parameters of type CausalDataTable Modifier and Type Method Description static DiGraphJavaMVPC. compute(CausalDataTable binaryChoiceData, IvMCanceller canceller)
-