Package | Description |
---|---|
org.processmining.plugins.stochasticpetrinet.miner | |
org.processmining.plugins.stochasticpetrinet.miner.distance |
Modifier and Type | Field and Description |
---|---|
protected Distance |
OptimalMiner.currentDistance |
Modifier and Type | Method and Description |
---|---|
protected abstract Distance |
OptimalMiner.computeDistance(org.deckfour.xes.model.XLog log,
M model)
Computes the distance between a log and a model
Subclasses need to implement this according to their model type.
|
protected Distance |
PetrinetLSMiner.computeDistance(org.deckfour.xes.model.XLog log,
org.processmining.models.graphbased.directed.petrinet.PetrinetGraph model) |
Modifier and Type | Method and Description |
---|---|
Distance |
Distance.clone() |
Modifier and Type | Method and Description |
---|---|
double |
DistanceFunction.getFinalDistance(Distance dist)
Computes some (weighted) average of the individual distance components.
|
double |
SimpleDistanceFunction.getFinalDistance(Distance dist) |