public class Consolidation
extends java.lang.Object
Chunk
, with information about the label of the best prediction and the average probability/confidence of the summarized time windows.Constructor and Description |
---|
Consolidation() |
Modifier and Type | Method and Description |
---|---|
void |
addingOccurrenceNumbers(org.deckfour.xes.model.XLog input)
Adds an occurrence number to each event, which is telling how often this event label occured in the enclosing trace already.
|
java.util.ArrayList<org.deckfour.xes.model.impl.XAttributeContinuousImpl> |
findMaxima(org.deckfour.xes.model.XAttributeMap mp)
Finds the two best maxima in the attribute map from the input and returns a list containing XAttributes of it.
|
protected org.deckfour.xes.model.XLog |
preprocess(org.deckfour.xes.model.XLog probLog,
Parameters parameters)
The main method of the consolidation class,invokes all submethods.
|
protected org.deckfour.xes.model.XLog preprocess(org.deckfour.xes.model.XLog probLog, Parameters parameters)
probLog
- - A classification output containing probability distributions. Class labels as column names, Probabilities with "."parameters
- public java.util.ArrayList<org.deckfour.xes.model.impl.XAttributeContinuousImpl> findMaxima(org.deckfour.xes.model.XAttributeMap mp)
mp
- - XAttributeMap containing entries, each entry is one row of the log/csv-File.public void addingOccurrenceNumbers(org.deckfour.xes.model.XLog input)