public class ActiTraCClustering
extends java.lang.Object
| Constructor and Description |
|---|
ActiTraCClustering(org.processmining.plugins.kutoolbox.groupedlog.GroupedXLog log,
ClusterTree tree)
Create a new ActiTraCClustering with the given log, tree and parameters.
|
| Modifier and Type | Method and Description |
|---|---|
org.processmining.plugins.kutoolbox.groupedlog.GroupedXLog |
getLog()
Return a copy of the represented GroupedXLog.
|
ClusterTree |
getTree()
Return the ClusterTreeRoot that represents the clustering of the original
log.
|
public ActiTraCClustering(org.processmining.plugins.kutoolbox.groupedlog.GroupedXLog log,
ClusterTree tree)
log - The GroupedXLog whose clustering is being represented.tree - The ClusterTree that represents the clustering of the log.public org.processmining.plugins.kutoolbox.groupedlog.GroupedXLog getLog()
public ClusterTree getTree()