Class AFAlgorithm


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

      Constructors 
      Constructor Description
      AFAlgorithm()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.deckfour.xes.model.XLog doFiltering​(org.deckfour.xes.model.XLog log, java.util.List<java.lang.String> selectedAttribute, double thresholdValue, double waitingTimeValue, double dfrValue)  
      static java.util.List<java.lang.Double> getOutliers​(java.util.List<java.lang.Double> input)  
      • Methods inherited from class java.lang.Object

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

      • AFAlgorithm

        public AFAlgorithm()
    • Method Detail

      • doFiltering

        public static org.deckfour.xes.model.XLog doFiltering​(org.deckfour.xes.model.XLog log,
                                                              java.util.List<java.lang.String> selectedAttribute,
                                                              double thresholdValue,
                                                              double waitingTimeValue,
                                                              double dfrValue)
      • getOutliers

        public static java.util.List<java.lang.Double> getOutliers​(java.util.List<java.lang.Double> input)