public class TransitionData
extends java.lang.Object
AlignedStepDiscovery
as well as in NetAttachment
to aggregate confidence and frequency of events over all traces. It is quite similar to Chunk
but
has a different addItem-method, a column attribute and is used in another context.Constructor and Description |
---|
TransitionData() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(org.deckfour.xes.model.impl.XAttributeMapImpl map,
int column)
Adds a event from a column of a certain trace in the aligned log to this object.
|
void |
computeAvg()
Computes average probability of most probable event alternative.
|
boolean |
equals(java.lang.Object obj) |
java.util.ArrayList<Alternative> |
getAllAlternatives() |
double |
getAvg() |
int |
getFrequency() |
java.lang.String |
getLabel() |
int |
hashCode() |
void |
setAllAlternatives(java.util.ArrayList<Alternative> allAlternatives) |
void |
setAvg(double avg) |
void |
setFrequency(int freq) |
void |
setLabel(java.lang.String label) |
public void addItem(org.deckfour.xes.model.impl.XAttributeMapImpl map, int column)
public void computeAvg()
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public double getAvg()
public void setAvg(double avg)
public java.util.ArrayList<Alternative> getAllAlternatives()
public void setAllAlternatives(java.util.ArrayList<Alternative> allAlternatives)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int getFrequency()
public void setFrequency(int freq)