Class Parameters
- java.lang.Object
-
- org.processmining.basicutils.parameters.impl.PluginParametersImpl
-
- org.processmining.est2miner.parameters.Parameters
-
- All Implemented Interfaces:
org.processmining.basicutils.parameters.PluginParameters
public class Parameters extends org.processmining.basicutils.parameters.impl.PluginParametersImpl
-
-
Constructor Summary
Constructors Constructor Description Parameters()Parameters(int max_depth, double threshold_tau_result, double threshold_delta_result, boolean remIP)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.classification.XEventClassifiergetClassifier()intgetDeltaAdaptionSteepness()intgetMax_depth()doublegetThresholdDelta()doublegetThresholdTau()booleanisRemoveImps()java.lang.StringtoString()
-
-
-
Method Detail
-
getThresholdTau
public double getThresholdTau()
-
getThresholdDelta
public double getThresholdDelta()
-
getDeltaAdaptionSteepness
public int getDeltaAdaptionSteepness()
-
getClassifier
public org.deckfour.xes.classification.XEventClassifier getClassifier()
-
getMax_depth
public int getMax_depth()
-
isRemoveImps
public boolean isRemoveImps()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-