Class GreedyAnomalyResolver
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.external.anomaly.GreedyAnomalyResolver
-
public class GreedyAnomalyResolver extends java.lang.ObjectGreedily resolves anomalies in Sensor data.Assumptions: (for now) - 1:1 relation between patient and treating resource - only one treatment at a given time
- Author:
- Andreas Rogge-Solti
-
-
Constructor Summary
Constructors Constructor Description GreedyAnomalyResolver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.SortedMultiset<Record>getImputedRecords(com.google.common.collect.SortedMultiset<Record> data)static booleanisPatient(java.lang.String resource1)
-