public class LabelRefinerParam
extends java.lang.Object
Constructor and Description |
---|
LabelRefinerParam() |
LabelRefinerParam(int unfoldingThreshold,
int maxCost) |
Modifier and Type | Method and Description |
---|---|
int |
getEventClassNum(org.deckfour.xes.classification.XEventClass evClass) |
int |
getMaxCostOfEdge() |
int |
getUnfoldingThreshold() |
void |
reset() |
void |
setEventClassNumb(org.deckfour.xes.classification.XEventClass evClass,
int threshold) |
void |
setMaxCostOfEdge(int maxCost) |
void |
setUnfoldingThreshold(int unfoldingThreshold) |
public LabelRefinerParam()
public LabelRefinerParam(int unfoldingThreshold, int maxCost)
public int getUnfoldingThreshold()
public void setUnfoldingThreshold(int unfoldingThreshold)
public int getMaxCostOfEdge()
public void setMaxCostOfEdge(int maxCost)
public int getEventClassNum(org.deckfour.xes.classification.XEventClass evClass)
public void setEventClassNumb(org.deckfour.xes.classification.XEventClass evClass, int threshold)
public void reset()