Class CostModelComputerImplLP
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.cost.CostModelComputerAbstract
-
- org.processmining.plugins.inductiveVisualMiner.cost.CostModelComputerImplLP
-
- All Implemented Interfaces:
CostModelComputer
public class CostModelComputerImplLP extends CostModelComputerAbstract
-
-
Field Summary
-
Fields inherited from class org.processmining.plugins.inductiveVisualMiner.cost.CostModelComputerAbstract
message
-
-
Constructor Summary
Constructors Constructor Description CostModelComputerImplLP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(java.util.List<org.processmining.plugins.InductiveMiner.Pair<double[],java.lang.Double>> data, CostModelAbstract result, IvMCanceller canceller)java.lang.StringgetName()-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.cost.CostModelComputerAbstract
compute, getErrorMessage, getInputsAndCost, innerProduct
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
compute
public void compute(java.util.List<org.processmining.plugins.InductiveMiner.Pair<double[],java.lang.Double>> data, CostModelAbstract result, IvMCanceller canceller) throws java.lang.Exception- Specified by:
computein classCostModelComputerAbstract- Throws:
java.lang.Exception
-
-