Package | Description |
---|---|
org.processmining.lip.model.pattern | |
org.processmining.lip.model.pattern.metric |
Modifier and Type | Method and Description |
---|---|
java.util.Map<PatternInfoField,java.lang.String> |
PatternInstances.getInfo() |
Modifier and Type | Method and Description |
---|---|
void |
PatternInstances.setInfo(java.util.Map<PatternInfoField,java.lang.String> res) |
Modifier and Type | Method and Description |
---|---|
PatternInfoField |
PatternMetric.getFieldName() |
PatternInfoField |
PatternMetricPICaseConfidence.getFieldName() |
PatternInfoField |
PatternMetricPICaseFrequency.getFieldName() |
PatternInfoField |
PatternMetricPICasePercentage.getFieldName() |
PatternInfoField |
PatternMetricPIConfidence.getFieldName() |
PatternInfoField |
PatternMetricPIFrequency.getFieldName() |
PatternInfoField |
PatternMetricPIsignificance.getFieldName() |
static PatternInfoField |
PatternInfoField.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatternInfoField[] |
PatternInfoField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<PatternInfoField,java.lang.String> |
PatternMetricFactory.computeMetricsMap(org.deckfour.xes.model.XLog log,
IPattern pattern,
PatternInstances<Tile> instances,
java.util.Map<java.lang.String,com.google.common.collect.Multiset<java.lang.String>> map,
org.deckfour.xes.classification.XEventClassifier xEventClassifier) |