Class FusionMinerConstants
- java.lang.Object
-
- org.processmining.fusionminerful.parameters.FusionMinerConstants
-
public class FusionMinerConstants extends java.lang.Object- Author:
- Johannes De Smedt
-
-
Field Summary
Fields Modifier and Type Field Description static doubleACTIVITY_ENTROPYstatic booleanCHECKINGstatic booleanCUTstatic doubleDECLARE_ALPHAstatic doubleDECLARE_SUPPORTstatic doubleIMFITNESSstatic intMODEL_SIZE_MULTIPLICATORstatic booleanNEGATIVEstatic booleanPRUNEstatic doubleRESILIENCE
-
Constructor Summary
Constructors Constructor Description FusionMinerConstants()
-
-
-
Field Detail
-
DECLARE_SUPPORT
public static final double DECLARE_SUPPORT
- See Also:
- Constant Field Values
-
DECLARE_ALPHA
public static final double DECLARE_ALPHA
- See Also:
- Constant Field Values
-
ACTIVITY_ENTROPY
public static final double ACTIVITY_ENTROPY
- See Also:
- Constant Field Values
-
RESILIENCE
public static final double RESILIENCE
- See Also:
- Constant Field Values
-
IMFITNESS
public static final double IMFITNESS
- See Also:
- Constant Field Values
-
MODEL_SIZE_MULTIPLICATOR
public static final int MODEL_SIZE_MULTIPLICATOR
- See Also:
- Constant Field Values
-
CUT
public static final boolean CUT
- See Also:
- Constant Field Values
-
PRUNE
public static final boolean PRUNE
- See Also:
- Constant Field Values
-
NEGATIVE
public static final boolean NEGATIVE
- See Also:
- Constant Field Values
-
CHECKING
public static final boolean CHECKING
- See Also:
- Constant Field Values
-
-