| Package | Description |
|---|---|
| org.processmining.experttraceclustering.models | |
| org.processmining.experttraceclustering.types |
| Modifier and Type | Method and Description |
|---|---|
Metric |
ProcessModel.getDefaultMetric() |
static Metric |
Metric.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Metric[] |
Metric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Metric> |
FodinaProcessModel.getSupportedMetrics() |
java.util.List<Metric> |
HeuristicsMinerProcessModel.getSupportedMetrics() |
abstract java.util.List<Metric> |
ProcessModel.getSupportedMetrics() |
| Modifier and Type | Method and Description |
|---|---|
float |
ProcessModel.getCorrectness(Metric m) |
float |
ProcessModel.getCorrectness(Metric m,
java.util.Collection<? extends org.deckfour.xes.model.XTrace> traces) |
float |
FodinaProcessModel.getCorrectness(Metric m,
org.deckfour.xes.model.XLog log) |
float |
HeuristicsMinerProcessModel.getCorrectness(Metric m,
org.deckfour.xes.model.XLog log) |
abstract float |
ProcessModel.getCorrectness(Metric m,
org.deckfour.xes.model.XLog log) |
float |
ProcessModel.getCorrectness(Metric m,
org.deckfour.xes.model.XTrace trace) |
void |
ProcessModel.setDefaultMetric(Metric metric) |
| Constructor and Description |
|---|
ProcessModel(org.deckfour.xes.model.XLog log,
Metric defaultMetric)
Create a new process model using the given metric as the default.
|
| Modifier and Type | Method and Description |
|---|---|
float |
Cluster.getCorrectness(Metric m) |