Class DataRowBlockTrace<C,​P>

    • Constructor Detail

      • DataRowBlockTrace

        public DataRowBlockTrace()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name of the chain link for debug purposes
      • getStatusBusyMessage

        public java.lang.String getStatusBusyMessage()
        Returns:
        The text that is to be shown when this chainlink is executing, with two postfix dots.
      • getNumberOfTraces

        public static int getNumberOfTraces​(IvMLogFiltered log)
      • getTrace2fitness

        public static double[] getTrace2fitness​(IvMLogFiltered log,
                                                int numberOfTraces)
      • merge

        public static <O> java.util.List<DataRow<O>> merge​(java.util.List<DataRow<O>> a,
                                                           java.util.List<DataRow<O>> b,
                                                           IvMCanceller canceller)
        Merges a datarow from each if their names match. Assumption: each input datarow has only one value. In-place.
        Type Parameters:
        O -
        Parameters:
        a -
        b -
        Returns:
      • createAttributeData

        public static java.util.List<DataRow<java.lang.Object>> createAttributeData​(IvMLogFiltered logFiltered,
                                                                                    org.processmining.plugins.inductiveminer2.attributes.Attribute attribute,
                                                                                    int numberOfTraces,
                                                                                    IvMCanceller canceller)