public class ActiTraCClustering
extends java.lang.Object
Constructor and Description |
---|
ActiTraCClustering(GroupedXLog log,
ClusterTree tree,
ATCParameters parameters,
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings)
Create a new ActiTraCClustering with the given log, tree, parameters and
settings.
|
Modifier and Type | Method and Description |
---|---|
GroupedXLog |
getLog()
Return a copy of the represented GroupedXLog.
|
ATCParameters |
getParameters()
Return the used ATCParameters.
|
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings |
getSettings()
Return the used HeuristicsMinerSettings.
|
ClusterTree |
getTree()
Return the ClusterTreeRoot that represents the clustering of the original
log.
|
public ActiTraCClustering(GroupedXLog log, ClusterTree tree, ATCParameters parameters, org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings)
log
- The GroupedXLog whose clustering is being represented.tree
- The ClusterTree that represents the clustering of the log.parameters
- The ActiTraCParameters used to do the clustering of the log.settings
- The HeuristicsMinerSettings used to do the clustering of the
log.public GroupedXLog getLog()
public ATCParameters getParameters()
public org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings getSettings()
public ClusterTree getTree()