Class FixParameters


  • public class FixParameters
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FixParameters()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int[] getParametersToFix​(ChoiceData data, org.processmining.plugins.inductiveVisualMiner.helperClasses.IvMModel model, java.util.Set<java.lang.Integer> group, LongDistanceDependenciesParameters parameters, org.processmining.framework.plugin.ProMCanceller canceller)
      The parameters can be limited by fixing all parameters of one transition of each connected component.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FixParameters

        public FixParameters()
    • Method Detail

      • getParametersToFix

        public static int[] getParametersToFix​(ChoiceData data,
                                               org.processmining.plugins.inductiveVisualMiner.helperClasses.IvMModel model,
                                               java.util.Set<java.lang.Integer> group,
                                               LongDistanceDependenciesParameters parameters,
                                               org.processmining.framework.plugin.ProMCanceller canceller)
                                        throws lpsolve.LpSolveException
        The parameters can be limited by fixing all parameters of one transition of each connected component. This function takes an transition from each connected component. This assumes that the base weight parameters are numbered 0..n-1.
        Parameters:
        data -
        parameters -
        canceller -
        Returns:
        Throws:
        lpsolve.LpSolveException