Package | Description |
---|---|
org.processmining.models.graphbased.directed.petrinet.elements | |
org.utils.datastructures |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.SortedMultiset<ComparablePair<java.lang.Long,java.util.List<java.lang.Object>>> |
TimedTransition.trainingDataCache
a sorted view on all the training data that was used to train this transition.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.SortedMultiset<ComparablePair<java.lang.Long,java.util.List<java.lang.Object>>> |
TimedTransition.getTrainingDataUpTo(long currentTime) |
Modifier and Type | Method and Description |
---|---|
int |
ComparablePair.compareTo(ComparablePair<K,V> other) |