public class HeuristicsMinerConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEPENDENCY_DIVISOR |
static double |
DEPENDENCY_THRESHOLD |
static double |
L1L_THRESHOLD |
static double |
L2L_THRESHOLD |
static double |
LONG_DISTANCE_THRESHOLD |
static int |
POSITIVE_OBSERVATIONS_THRESHOLD |
static double |
RELATIVE_TO_BEST_THRESHOLD |
Constructor and Description |
---|
HeuristicsMinerConstants() |
public static final double RELATIVE_TO_BEST_THRESHOLD
public static final int POSITIVE_OBSERVATIONS_THRESHOLD
public static final double DEPENDENCY_THRESHOLD
public static final double L1L_THRESHOLD
public static final double L2L_THRESHOLD
public static final double LONG_DISTANCE_THRESHOLD
public static final int DEPENDENCY_DIVISOR