Package org.openml.weka.algorithm
Class Constants
- java.lang.Object
-
- org.openml.weka.algorithm.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_ALLOWED_PARAMETERS
static int
MAX_LENGTH_FLOW_NAME
static int
MAX_LENGTH_PARAM_NAME
static int
MAX_LENGTH_PARAM_VALUE
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
MAX_ALLOWED_PARAMETERS
public static final int MAX_ALLOWED_PARAMETERS
- See Also:
- Constant Field Values
-
MAX_LENGTH_FLOW_NAME
public static final int MAX_LENGTH_FLOW_NAME
- See Also:
- Constant Field Values
-
MAX_LENGTH_PARAM_NAME
public static final int MAX_LENGTH_PARAM_NAME
- See Also:
- Constant Field Values
-
MAX_LENGTH_PARAM_VALUE
public static final int MAX_LENGTH_PARAM_VALUE
- See Also:
- Constant Field Values
-
-