Package | Description |
---|---|
org.processmining.generalizedconformance.algorithms.miner | |
org.processmining.generalizedconformance.algorithms.miner.move |
Modifier and Type | Class and Description |
---|---|
class |
LocalSearchMiner<M> |
class |
PetrinetLSMiner
Created by andreas on 3/22/17.
|
class |
ProcessTreeDumbLSMiner
Implements real local search.
|
class |
ProcessTreeLSMiner
Process tree local search miner
Given a process tree and a log, this miner tries to locally explore the neighborhood to find a better pair
of model and log.
|
Modifier and Type | Method and Description |
---|---|
SearchState<M> |
LogMove.apply(SearchState<M> state,
OptimalMiner<?> miner) |
abstract SearchState<M> |
Move.apply(SearchState<M> state,
OptimalMiner<?> miner)
Applies the move to the given search state.
|
SearchState<org.processmining.plugins.etm.model.narytree.NAryTree> |
ModelMove.apply(SearchState<org.processmining.plugins.etm.model.narytree.NAryTree> state,
OptimalMiner<?> miner) |