Class GreedyAnomalyResolver


  • public class GreedyAnomalyResolver
    extends java.lang.Object
    Greedily 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 Detail

      • GreedyAnomalyResolver

        public GreedyAnomalyResolver()
    • Method Detail

      • getImputedRecords

        public com.google.common.collect.SortedMultiset<Record> getImputedRecords​(com.google.common.collect.SortedMultiset<Record> data)
      • isPatient

        public static boolean isPatient​(java.lang.String resource1)