Package | Description |
---|---|
org.processmining.variantfinder.plugins |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
ConceptDriftFinder.calculateDriftPoints(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
Settings settings)
Here we bake the cake :)
|
org.processmining.log.models.impl.EventLogArrayImpl |
ConceptDriftFinder.goFetch(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
Settings settings)
Adapter method in order to access
ConceptDriftFinder.calculateDriftPoints(PluginContext, XLog, Settings) from other
software directly. |