Uses of Class
org.processmining.plugins.inductiveVisualMiner.cost.CostModelAbstract
-
Packages that use CostModelAbstract Package Description org.processmining.plugins.inductiveVisualMiner.cost -
-
Uses of CostModelAbstract in org.processmining.plugins.inductiveVisualMiner.cost
Subclasses of CostModelAbstract in org.processmining.plugins.inductiveVisualMiner.cost Modifier and Type Class Description classCostModelImplModelclassCostModelImplModelDeviationsParameter structure: [0,n-1] log move cost on per activity that has at least one log move; [n,n+m*x] per model node a few timing things cost.classCostModelImplModelDeviationsServiceCost model with model moves, deviations, and service time.classCostModelImplModelDeviationsTimeParameter structure: [0,n-1] log move cost on per activity that has at least one log move; [n,n+m*x] per model node a few timing things cost.Methods in org.processmining.plugins.inductiveVisualMiner.cost that return CostModelAbstract Modifier and Type Method Description CostModelAbstractCostModelFactory. createCostModel(IvMModel model, IvMLogInfo logInfoFiltered)Must return a new instance; instances cannot be reused.CostModelAbstractCostModelFactoryImplModelDeviationsLP. createCostModel(IvMModel model, IvMLogInfo logInfoFiltered)CostModelAbstractCostModelFactoryImplModelDeviationsServiceLP. createCostModel(IvMModel model, IvMLogInfo logInfoFiltered)CostModelAbstractCostModelFactoryImplModelDeviationsTimeLP. createCostModel(IvMModel model, IvMLogInfo logInfoFiltered)CostModelAbstractCostModelFactoryImplModelLP. createCostModel(IvMModel model, IvMLogInfo logInfoFiltered)Methods in org.processmining.plugins.inductiveVisualMiner.cost with parameters of type CostModelAbstract Modifier and Type Method Description voidCostModelComputer. compute(IvMModel model, IvMLogFiltered log, IvMLogInfo logInfo, CostModelAbstract result, IvMCanceller canceller)abstract voidCostModelComputerAbstract. compute(java.util.List<org.processmining.plugins.InductiveMiner.Pair<double[],java.lang.Double>> data, CostModelAbstract result, IvMCanceller canceller)voidCostModelComputerAbstract. compute(IvMModel model, IvMLogFiltered log, IvMLogInfo logInfoFiltered, CostModelAbstract result, IvMCanceller canceller)voidCostModelComputerImplLP. compute(java.util.List<org.processmining.plugins.InductiveMiner.Pair<double[],java.lang.Double>> data, CostModelAbstract result, IvMCanceller canceller)voidCostModelComputerImplOLS. compute(java.util.List<org.processmining.plugins.InductiveMiner.Pair<double[],java.lang.Double>> data, CostModelAbstract result, IvMCanceller canceller)protected java.util.List<org.processmining.plugins.InductiveMiner.Pair<double[],java.lang.Double>>CostModelComputerAbstract. getInputsAndCost(IvMLogFiltered log, CostModelAbstract result, IvMCanceller canceller)
-