public class CentralRegistryConfigurable extends CentralRegistry
CONFIDENCE_LEVEL_LIMIT, context, eventClasses, MLcost, MMcost, rng
Constructor and Description |
---|
CentralRegistryConfigurable(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.classification.XEventClassifier eventClassifier,
java.util.Random rng,
org.deckfour.xes.model.XLog... logs) |
CentralRegistryConfigurable(org.deckfour.xes.classification.XEventClassifier eventClassifier,
java.util.Random rng,
org.deckfour.xes.model.XLog... logs) |
Modifier and Type | Method and Description |
---|---|
int |
getNrLogs() |
CentralRegistry[] |
getRegistries() |
CentralRegistry |
getRegistry(int forLog) |
CentralRegistry |
getRegistry(org.deckfour.xes.model.XLog log) |
void |
updateRegistryEClist(CentralRegistry centralRegistry,
org.deckfour.xes.classification.XEventClassifier eventClassifier)
Updates the given registry's list of event classes with all event classes
known by this instance of the registry, but not by the individual one.
|
cleanHistoryCache, clearFitnessCache, considerTopEventClasses, containsFitness, getaStarAlgorithm, getContext, getCurrentGeneration, getEmptyAStarAlgorithm, getEstimatedMinLogCost, getEventClassByID, getEventClasses, getEventClassID, getEventClassID, getFitness, getHistory, getLog, getLogCosts, getLogInfo, getMinLogCost, getOverallFitness, getRandom, getRandomEventClass, getRandomEventClass, getSortedOn, increaseFitnessCache, increaseGeneration, isFitnessKnown, nrEventClasses, restartFitness, saveHistory, updateEventClassifier, updateLogDerived, updateMinLogCost
public CentralRegistryConfigurable(org.deckfour.xes.classification.XEventClassifier eventClassifier, java.util.Random rng, org.deckfour.xes.model.XLog... logs)
public CentralRegistryConfigurable(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.classification.XEventClassifier eventClassifier, java.util.Random rng, org.deckfour.xes.model.XLog... logs)
public void updateRegistryEClist(CentralRegistry centralRegistry, org.deckfour.xes.classification.XEventClassifier eventClassifier)
centralRegistry
- eventClassifier
- public CentralRegistry getRegistry(int forLog)
forLog
- public CentralRegistry getRegistry(org.deckfour.xes.model.XLog log)
public CentralRegistry[] getRegistries()
public int getNrLogs()