org.processmining.mining.heuristicsmining
Class HeuristicsMinerParameters

java.lang.Object
  extended by org.processmining.mining.heuristicsmining.HeuristicsMinerParameters

public class HeuristicsMinerParameters
extends java.lang.Object

Version:
1.0
Author:
Ton Weijters

Field Summary
static double AND_THRESHOLD
           
static java.lang.String AND_THRESHOLD_L
           
static int DEPENDENCY_DIVISOR
           
static java.lang.String DEPENDENCY_DIVISOR_L
           
static double DEPENDENCY_THRESHOLD
           
static java.lang.String DEPENDENCY_THRESHOLD_L
           
 boolean extraInfo
           
static double L1L_THRESHOLD
           
static java.lang.String L1L_THRESHOLD_L
           
static double L2L_THRESHOLD
           
static java.lang.String L2L_THRESHOLD_L
           
static double LONG_DISTANCE_THRESHOLD
           
static java.lang.String LONG_DISTANCE_THRESHOLD_L
           
static int POSITIVE_OBSERVATIONS_THRESHOLD
           
static java.lang.String POSITIVE_OBSERVATIONS_THRESHOLD_L
           
static double RELATIVE_TO_BEST_THRESHOLD
           
static java.lang.String RELATIVE_TO_BEST_THRESHOLD_L
           
 boolean useAllConnectedHeuristics
           
 boolean useLongDistanceDependency
           
 
Constructor Summary
HeuristicsMinerParameters()
           
 
Method Summary
 double getAndThreshold()
           
 int getDependencyDivisor()
           
 double getDependencyThreshold()
           
 double getL1lThreshold()
           
 double getL2lThreshold()
           
 double getLDThreshold()
           
 int getPositiveObservationsThreshold()
           
 double getRelativeToBestThreshold()
           
 void setAndThreshold(double x)
           
 void setDependencyDivisor(int n)
           
 void setDependencyThreshold(double x)
           
 void setExtraInfo(boolean x)
           
 void setL1lThreshold(double x)
           
 void setL2lThreshold(double x)
           
 void setLDThreshold(double x)
           
 void setPositiveObservationsThreshold(int n)
           
 void setRelativeToBestThreshold(double x)
           
 void setUseAllConnectedHeuristics(boolean x)
           
 void setUseLongDistanceDependency(boolean x)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

HeuristicsMinerParameters

public HeuristicsMinerParameters()
Method Detail

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