public class NodeduplicationMethod extends AbstractMethod
fakeContext, useAlignments| Constructor and Description |
|---|
NodeduplicationMethod() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<DeDuplicatedLog> |
applyDeduplication(org.deckfour.xes.model.XLog inputLog,
NLPLogUtilsParameters nlpParameters,
java.lang.String logName)
Each method must return a new log based on an input log.
|
java.lang.String |
getName()
The name of the method
|
getComplexity, getDeduplicationResult, getEfficientFlowerTree, getLogName, getMemoryUsage, selectBestCandidate, toStringpublic java.lang.Iterable<DeDuplicatedLog> applyDeduplication(org.deckfour.xes.model.XLog inputLog, NLPLogUtilsParameters nlpParameters, java.lang.String logName)
Methodpublic java.lang.String getName()
Method