public class XExperimentNoiseExtension
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_TRUELABEL |
Constructor and Description |
---|
XExperimentNoiseExtension() |
Modifier and Type | Method and Description |
---|---|
static org.deckfour.xes.model.XLog |
addUniqueLabelToEvent(org.deckfour.xes.model.XLog originalLog,
org.deckfour.xes.classification.XEventClasses classes) |
static void |
copyOrReindexEvents(org.deckfour.xes.model.XLog log,
int n,
boolean remove,
boolean addData) |
static java.lang.String |
getNoiseValue() |
static java.lang.String |
getTrueLabel(org.deckfour.xes.model.XEvent e) |
static org.deckfour.xes.model.XAttribute |
getTrueLabelAttr(java.lang.String label) |
static org.deckfour.xes.model.XAttribute |
getTrueNoiseAttr() |
static boolean |
isNoise(org.deckfour.xes.model.XEvent event) |
public static boolean isNoise(org.deckfour.xes.model.XEvent event)
public static java.lang.String getNoiseValue()
public static void copyOrReindexEvents(org.deckfour.xes.model.XLog log, int n, boolean remove, boolean addData)
public static org.deckfour.xes.model.XLog addUniqueLabelToEvent(org.deckfour.xes.model.XLog originalLog, org.deckfour.xes.classification.XEventClasses classes)
public static java.lang.String getTrueLabel(org.deckfour.xes.model.XEvent e)
public static org.deckfour.xes.model.XAttribute getTrueNoiseAttr()
public static org.deckfour.xes.model.XAttribute getTrueLabelAttr(java.lang.String label)