Modifier and Type | Field and Description |
---|---|
protected UnaryMetric |
MutableFuzzyGraph.nodeSignificance |
Modifier and Type | Method and Description |
---|---|
protected static UnaryMetric |
MutableFuzzyGraph.addIndex(UnaryMetric original) |
UnaryMetric |
FuzzyGraph.getNodeSignificanceMetric()
Returns the unary node significance metric used for defining this fuzzy
graph
|
UnaryMetric |
MutableFuzzyGraph.getNodeSignificanceMetric() |
protected static UnaryMetric |
MutableFuzzyGraph.removeIndex(UnaryMetric original,
int index) |
Modifier and Type | Method and Description |
---|---|
protected static UnaryMetric |
MutableFuzzyGraph.addIndex(UnaryMetric original) |
protected static UnaryMetric |
MutableFuzzyGraph.removeIndex(UnaryMetric original,
int index) |
void |
MutableFuzzyGraph.setNodeSignificance(UnaryMetric nodeSignificance) |
Constructor and Description |
---|
MutableFuzzyGraph(UnaryMetric nodeSignificance,
BinaryMetric edgeSignificance,
BinaryMetric edgeCorrelation,
org.deckfour.xes.model.XLog log,
boolean toClone) |
MutableFuzzyGraph(UnaryMetric nodeSignificance,
BinaryMetric edgeSignificance,
BinaryMetric edgeCorrelation,
org.deckfour.xes.model.XLog log,
FMLogEvents logEvents,
boolean isFuzzyMap) |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<UnaryMetric> |
MetricsRepository.unaryMetrics |
Modifier and Type | Method and Description |
---|---|
java.util.List<UnaryMetric> |
MetricsRepository.getUnaryMetrics() |
Modifier and Type | Class and Description |
---|---|
class |
TraceMetric |
class |
TraceScatterMetric |
class |
TraceSizeMetric |
class |
TraceVarietyMetric |
Modifier and Type | Class and Description |
---|---|
class |
AggregateUnaryMetric |
class |
FrequencySignificanceUnaryMetric |
class |
RoutingSignificanceMetric |
class |
UnaryDerivateMetric |
class |
UnaryLogMetric |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<UnaryMetric> |
AggregateUnaryMetric.metrics |
Constructor and Description |
---|
UnaryMetric(java.lang.String aName,
java.lang.String aDescription,
UnaryMetric template) |
Constructor and Description |
---|
AggregateUnaryMetric(java.lang.String name,
java.lang.String description,
java.util.List<UnaryMetric> componentMetrics) |
Constructor and Description |
---|
FuzzyBusinessProcessMap(UnaryMetric nodeSignificance,
BinaryMetric edgeSignificance,
BinaryMetric edgeCorrelation,
org.deckfour.xes.model.XLog log) |
FuzzyBusinessProcessMap(UnaryMetric nodeSignificance,
BinaryMetric edgeSignificance,
BinaryMetric edgeCorrelation,
org.deckfour.xes.model.XLog log,
java.util.Map<java.lang.String,java.util.Set<java.util.Set<java.lang.String>>> selectedPatternNameAlphabetMap1,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> selectedPatternNameSequenceMap1,
java.util.Map<java.lang.String,java.lang.String> charActivityMap1,
org.deckfour.xes.model.XLog originLog) |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<UnaryMetric> |
UnaryMetricsPanel.metrics |
Modifier and Type | Method and Description |
---|---|
void |
UnaryMetricsPanel.addMetric(UnaryMetric metric) |
protected double |
UnaryMetricsPanel.aggregateValues(int step,
int clusterSize,
UnaryMetric metric) |