Class StatisticalTestParametersDefault
- java.lang.Object
-
- org.processmining.statisticaltests.StatisticalTestParametersDefault
-
public class StatisticalTestParametersDefault extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubledefaultAlphastatic booleandefaultDebugstatic intdefaultThreads
-
Constructor Summary
Constructors Constructor Description StatisticalTestParametersDefault()
-
-
-
Field Detail
-
defaultDebug
public static final boolean defaultDebug
- See Also:
- Constant Field Values
-
defaultThreads
public static final int defaultThreads
-
defaultAlpha
public static final double defaultAlpha
- See Also:
- Constant Field Values
-
-