public class CalculateLogHeuristicsL
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Double>> |
coOccursMap |
java.util.Set<java.lang.String> |
events |
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Double>> |
followsMap |
static java.util.Map<java.lang.String,java.lang.Double> |
occursCount |
java.util.List<java.lang.String> |
orderedBasedOnSeq |
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Double>> |
precedesMap |
java.util.Set<TransPairAlignmentL> |
tranPairs |
Constructor and Description |
---|
CalculateLogHeuristicsL(org.deckfour.xes.model.XLog log,
AggregatedHeuristicsL ahl) |
Modifier and Type | Method and Description |
---|---|
<K,V extends java.lang.Comparable<? super V>> |
entriesSortedByValues(java.util.Map<K,V> map) |
java.util.Set<java.lang.String> |
getActivities() |
AggregatedHeuristicsL |
getAggHeu() |
float |
getAvgOcc() |
float |
getCasePerct() |
java.util.Map<java.lang.String,java.lang.Integer> |
getDirectlyFollows() |
java.util.Map<java.lang.String,java.lang.Integer> |
getDirectlyPrecedes() |
java.util.Map<java.lang.String,java.lang.Integer> |
getEventuallyFollows() |
java.util.Map<java.lang.String,java.lang.Integer> |
getEventuallyPrecedes() |
int |
getMaxOcc() |
int |
getMinOcc() |
java.util.List<java.lang.String> |
getOrderedBasedOnSeq() |
void |
setAggHeu(AggregatedHeuristicsL aggHeu) |
void |
setAvgOcc(float avgOcc) |
void |
setCasePerct(float casePerct) |
void |
setDirectlyFollows(java.util.Map<java.lang.String,java.lang.Integer> directlyFollows) |
void |
setDirectlyFollows(java.lang.String act,
int val) |
void |
setDirectlyPrecedes(java.util.Map<java.lang.String,java.lang.Integer> directlyPrecedes) |
void |
setDirectlyPrecedes(java.lang.String act,
int val) |
void |
setEventuallyFollows(java.util.Map<java.lang.String,java.lang.Integer> eventuallyFollows) |
void |
setEventuallyFollows(java.lang.String act,
int val) |
void |
setEventuallyPrecedes(java.util.Map<java.lang.String,java.lang.Integer> eventuallyPrecedes) |
void |
setEventuallyPrecedes(java.lang.String act,
int val) |
void |
setMaxOcc(int maxOcc) |
void |
setMinOcc(int minOcc) |
void |
setOrderedBasedOnSeq(java.util.List<java.lang.String> orderedBasedOnSeq) |
public static java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Double>> followsMap
public static java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Double>> precedesMap
public static java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Double>> coOccursMap
public static java.util.Map<java.lang.String,java.lang.Double> occursCount
public java.util.Set<java.lang.String> events
public java.util.Set<TransPairAlignmentL> tranPairs
public java.util.List<java.lang.String> orderedBasedOnSeq
public CalculateLogHeuristicsL(org.deckfour.xes.model.XLog log, AggregatedHeuristicsL ahl)
public <K,V extends java.lang.Comparable<? super V>> java.util.Map<K,V> entriesSortedByValues(java.util.Map<K,V> map)
public java.util.Set<java.lang.String> getActivities()
public java.util.Map<java.lang.String,java.lang.Integer> getDirectlyFollows()
public void setDirectlyFollows(java.lang.String act, int val)
public void setDirectlyPrecedes(java.lang.String act, int val)
public void setDirectlyFollows(java.util.Map<java.lang.String,java.lang.Integer> directlyFollows)
public java.util.Map<java.lang.String,java.lang.Integer> getDirectlyPrecedes()
public void setDirectlyPrecedes(java.util.Map<java.lang.String,java.lang.Integer> directlyPrecedes)
public java.util.Map<java.lang.String,java.lang.Integer> getEventuallyFollows()
public void setEventuallyFollows(java.lang.String act, int val)
public void setEventuallyPrecedes(java.lang.String act, int val)
public int getMaxOcc()
public void setMaxOcc(int maxOcc)
public int getMinOcc()
public void setMinOcc(int minOcc)
public float getCasePerct()
public void setCasePerct(float casePerct)
public void setEventuallyFollows(java.util.Map<java.lang.String,java.lang.Integer> eventuallyFollows)
public java.util.Map<java.lang.String,java.lang.Integer> getEventuallyPrecedes()
public void setEventuallyPrecedes(java.util.Map<java.lang.String,java.lang.Integer> eventuallyPrecedes)
public java.util.List<java.lang.String> getOrderedBasedOnSeq()
public void setOrderedBasedOnSeq(java.util.List<java.lang.String> orderedBasedOnSeq)
public float getAvgOcc()
public void setAvgOcc(float avgOcc)
public AggregatedHeuristicsL getAggHeu()
public void setAggHeu(AggregatedHeuristicsL aggHeu)