org.processmining.mining.heuristicsmining
Class HeuristicsMinerParameters
java.lang.Object
org.processmining.mining.heuristicsmining.HeuristicsMinerParameters
public class HeuristicsMinerParameters
- extends java.lang.Object
- Version:
- 1.0
- Author:
- Ton Weijters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RELATIVE_TO_BEST_THRESHOLD
public static final double RELATIVE_TO_BEST_THRESHOLD
- See Also:
- Constant Field Values
POSITIVE_OBSERVATIONS_THRESHOLD
public static final int POSITIVE_OBSERVATIONS_THRESHOLD
- See Also:
- Constant Field Values
DEPENDENCY_THRESHOLD
public static final double DEPENDENCY_THRESHOLD
- See Also:
- Constant Field Values
L1L_THRESHOLD
public static final double L1L_THRESHOLD
- See Also:
- Constant Field Values
L2L_THRESHOLD
public static final double L2L_THRESHOLD
- See Also:
- Constant Field Values
LONG_DISTANCE_THRESHOLD
public static final double LONG_DISTANCE_THRESHOLD
- See Also:
- Constant Field Values
DEPENDENCY_DIVISOR
public static final int DEPENDENCY_DIVISOR
- See Also:
- Constant Field Values
AND_THRESHOLD
public static final double AND_THRESHOLD
- See Also:
- Constant Field Values
RELATIVE_TO_BEST_THRESHOLD_L
public static final java.lang.String RELATIVE_TO_BEST_THRESHOLD_L
- See Also:
- Constant Field Values
POSITIVE_OBSERVATIONS_THRESHOLD_L
public static final java.lang.String POSITIVE_OBSERVATIONS_THRESHOLD_L
- See Also:
- Constant Field Values
DEPENDENCY_THRESHOLD_L
public static final java.lang.String DEPENDENCY_THRESHOLD_L
- See Also:
- Constant Field Values
L1L_THRESHOLD_L
public static final java.lang.String L1L_THRESHOLD_L
- See Also:
- Constant Field Values
L2L_THRESHOLD_L
public static final java.lang.String L2L_THRESHOLD_L
- See Also:
- Constant Field Values
LONG_DISTANCE_THRESHOLD_L
public static final java.lang.String LONG_DISTANCE_THRESHOLD_L
- See Also:
- Constant Field Values
DEPENDENCY_DIVISOR_L
public static final java.lang.String DEPENDENCY_DIVISOR_L
- See Also:
- Constant Field Values
AND_THRESHOLD_L
public static final java.lang.String AND_THRESHOLD_L
- See Also:
- Constant Field Values
extraInfo
public boolean extraInfo
useAllConnectedHeuristics
public boolean useAllConnectedHeuristics
useLongDistanceDependency
public boolean useLongDistanceDependency
HeuristicsMinerParameters
public HeuristicsMinerParameters()
getRelativeToBestThreshold
public double getRelativeToBestThreshold()
getPositiveObservationsThreshold
public int getPositiveObservationsThreshold()
getDependencyThreshold
public double getDependencyThreshold()
getL1lThreshold
public double getL1lThreshold()
getL2lThreshold
public double getL2lThreshold()
getLDThreshold
public double getLDThreshold()
getDependencyDivisor
public int getDependencyDivisor()
getAndThreshold
public double getAndThreshold()
setRelativeToBestThreshold
public void setRelativeToBestThreshold(double x)
setPositiveObservationsThreshold
public void setPositiveObservationsThreshold(int n)
setDependencyThreshold
public void setDependencyThreshold(double x)
setL1lThreshold
public void setL1lThreshold(double x)
setL2lThreshold
public void setL2lThreshold(double x)
setLDThreshold
public void setLDThreshold(double x)
setDependencyDivisor
public void setDependencyDivisor(int n)
setAndThreshold
public void setAndThreshold(double x)
setExtraInfo
public void setExtraInfo(boolean x)
setUseAllConnectedHeuristics
public void setUseAllConnectedHeuristics(boolean x)
setUseLongDistanceDependency
public void setUseLongDistanceDependency(boolean x)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object