public class GreedyClusterer extends Clusterer
Modifier and Type | Field and Description |
---|---|
protected int |
cluster_nb
The number of the cluster that is currently being calculated.
|
parameters, settings
Constructor and Description |
---|
GreedyClusterer(org.deckfour.xes.model.XLog log,
ATCParameters parameters,
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings)
Create a new GreedyClusterer to process the given XLog, while taking the
given parameters and settings in account.
|
GreedyClusterer(org.deckfour.xes.model.XLog log,
ATCParameters parameters,
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings,
ClustererEventListener l)
Create a new GreedyClusterer to process the given XLog, while taking the
given parameters and settings in account.
|
Modifier and Type | Method and Description |
---|---|
void |
cluster()
Perform the actual processing on the log.
|
addClusterEventListener, cancel, fireClusterCreatedEvent, fireEndEvent, fireImportingEvent, fireMinimalClusterSizeImpossible, fireNonfittingAssigned, fireStartEvent, fireTargetReachedEvent, getClustering, setClustering, shouldCancel
protected int cluster_nb
public GreedyClusterer(org.deckfour.xes.model.XLog log, ATCParameters parameters, org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings)
log
- The log to be clustered.parameters
- The ActiTraC-parameters we are to follow.settings
- The settings we should give to HeuristicsMiner.public GreedyClusterer(org.deckfour.xes.model.XLog log, ATCParameters parameters, org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings, ClustererEventListener l)
log
- The log to be clustered.parameters
- The ActiTraC-parameters we are to follow.settings
- The settings we should give to HeuristicsMiner.l
- The ClustererEventListener that should be assigned to this
Clusterer.public void cluster() throws OperationCancelledException
Clusterer
cluster
in class Clusterer
OperationCancelledException
- When the ClusterEventListener that has been assigned to this
Clusterer (if any) suggests to cancel this operation.