Package AttributesFiltering
Class AFAlgorithm
- java.lang.Object
-
- AttributesFiltering.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.XLogdoFiltering(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)
-
-
-
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)
-
-