Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
CLUSTERS |
"Clusters" |
public static final java.lang.String |
GRAPH |
"Graph" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
CLUSTERS |
"Clusters" |
public static final java.lang.String |
LOG |
"Log" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
CLUSTERS |
"Clusters" |
public static final java.lang.String |
GRAPH |
"Graph" |
public static final java.lang.String |
MODIFIEDCLUSTERS |
"Modified Clusters" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Creates an activity cluster array from a causal activity graph. Basically, every activity in the graph is split into an input part and an output part. Any connected part in the resulting graph becomes an activity cluster, where an input part becomes an output of the cluster and an output part becomes an input of the cluster." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Discovers an activity cluster array from a log. A cluster is crerated for and associated to every activity in the log. All direct predecessors and successors of an activity will be added to the associated cluster." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEXT |
"Combines the provided clusters into a new array containing the given number of clusters. Clusters will be combined iteratively. Every iteration, two clusters will be selected that combine best (using the provided metric). These two clusters will be combined. If needed, another iteration is started." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
NAME |
"Brute Force" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
NAME |
"Incremental using Best Coupling (only Overlapping Clusters)" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
NAME |
"Incremental using Best Score (only Overlapping Clusters)" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
NAME |
"Incremental using Best Coupling" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
NAME |
"Random" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
NAME |
"Incremental using Best Score" |