public abstract class OurMethod extends AbstractMethod
| Modifier and Type | Field and Description |
|---|---|
static ContextParameters[] |
bestParams |
protected int |
k |
fakeContext, useAlignments| Constructor and Description |
|---|
OurMethod(int kBest) |
| 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.
|
static DeDuplicatedLog |
getLogWithDuplicateLabels(org.deckfour.xes.model.XLog log,
NLPLogUtilsParameters nlpParameters,
ContextParameters contextParameters) |
java.lang.String |
getName()
The name of the method
|
protected java.util.Collection<ContextParameters> |
getParametersToCheck() |
getComplexity, getDeduplicationResult, getEfficientFlowerTree, getLogName, getMemoryUsage, selectBestCandidate, toStringpublic static final ContextParameters[] bestParams
protected final int k
public java.lang.Iterable<DeDuplicatedLog> applyDeduplication(org.deckfour.xes.model.XLog inputLog, NLPLogUtilsParameters nlpParameters, java.lang.String logName)
Methodprotected java.util.Collection<ContextParameters> getParametersToCheck()
public java.lang.String getName()
Methodpublic static DeDuplicatedLog getLogWithDuplicateLabels(org.deckfour.xes.model.XLog log, NLPLogUtilsParameters nlpParameters, ContextParameters contextParameters)