public class GreedyAnomalyResolver
extends java.lang.Object
Assumptions: (for now) - 1:1 relation between patient and treating resource - only one treatment at a given time
Constructor and Description |
---|
GreedyAnomalyResolver() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.SortedMultiset<Record> |
getImputedRecords(com.google.common.collect.SortedMultiset<Record> data) |
static boolean |
isPatient(java.lang.String resource1) |