public interface Method
| 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.
|
long |
getMemoryUsage()
Asks either the virtual machine, or any spawned process for their used
memory.
|
java.lang.String |
getName()
The name of the method
|
DeDuplicatedLog |
selectBestCandidate(java.lang.Iterable<DeDuplicatedLog> logs,
org.deckfour.xes.model.XLog inputLog,
NLPLogUtilsParameters nlpParameters)
Each method must select the best candidate based on a number of logs.
|
java.lang.Iterable<DeDuplicatedLog> applyDeduplication(org.deckfour.xes.model.XLog inputLog, NLPLogUtilsParameters nlpParameters, java.lang.String logName)
inputLog - DeDuplicatedLog selectBestCandidate(java.lang.Iterable<DeDuplicatedLog> logs, org.deckfour.xes.model.XLog inputLog, NLPLogUtilsParameters nlpParameters) throws java.lang.Exception
logs - the log candidates (can be a singleton)inputLog - original input logjava.lang.Exceptionlong getMemoryUsage()
java.lang.String getName()