Package | Description |
---|---|
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.fitness |
Modifier and Type | Class and Description |
---|---|
class |
ContinuousSemantics
Calculates the fitness of
HeuristicsNet objects
in a population based on a weighed sum of (i) the ratio of
parsed activities without problems and (ii) the ratio of
properly completed traces. |
class |
ImprovedContinuousSemantics
Calculates the fitness of
HeuristicsNet objects
in a population based on the ratio of activities
in a log that could be parsed (or replayed) without
problems. |
class |
ProperCompletion
For every
HeuristicsNet in a population,
this class calculates the ratio of the traces in a log that
could be completely replayed without problems and
without "tokens being left behind". |