edu.isi.karma.modeling.semantictypes.mycrf.common
Class Constants
java.lang.Object
edu.isi.karma.modeling.semantictypes.mycrf.common.Constants
public class Constants
- extends java.lang.Object
Constants used throughout the package
- Author:
- amangoel
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIELD_TYPE
public static final int FIELD_TYPE
- See Also:
- Constant Field Values
TOKEN_TYPE
public static final int TOKEN_TYPE
- See Also:
- Constant Field Values
MEMORY_FOR_L_BFGS
public static final int MEMORY_FOR_L_BFGS
- See Also:
- Constant Field Values
STANDARD_DEVIATION
public static final double STANDARD_DEVIATION
- See Also:
- Constant Field Values
BACKTRACKINGLINESEARCH_MAX_STEP
public static final double BACKTRACKINGLINESEARCH_MAX_STEP
- See Also:
- Constant Field Values
EPSILON_GRADIENT
public static final double EPSILON_GRADIENT
- See Also:
- Constant Field Values
EPSILON_DELTA_X_RELATIVE_TO_X
public static final double EPSILON_DELTA_X_RELATIVE_TO_X
- See Also:
- Constant Field Values
ALPHA
public static final double ALPHA
- See Also:
- Constant Field Values
TOLX
public static final double TOLX
- See Also:
- Constant Field Values
tokenLinePrefix
public static final java.lang.String tokenLinePrefix
- See Also:
- Constant Field Values
NUM_OF_LOOPY_BP_ITERATIONS
public static final int NUM_OF_LOOPY_BP_ITERATIONS
- See Also:
- Constant Field Values
MAX_CLIQUE_SIZE
public static final int MAX_CLIQUE_SIZE
- See Also:
- Constant Field Values
MAX_COMMON_NODES_BETWEEN_CLUSTERS
public static final int MAX_COMMON_NODES_BETWEEN_CLUSTERS
- See Also:
- Constant Field Values
FUNCTION_ON_VAL
public static final double FUNCTION_ON_VAL
- See Also:
- Constant Field Values
FUNCTION_OFF_VAL
public static final double FUNCTION_OFF_VAL
- See Also:
- Constant Field Values
runMode_CALCULATE_LIKELIHOOD
public static final int runMode_CALCULATE_LIKELIHOOD
- See Also:
- Constant Field Values
runMode_CALCULATE_GRADIENTOFLIKELIHOOD
public static final int runMode_CALCULATE_GRADIENTOFLIKELIHOOD
- See Also:
- Constant Field Values
MAX_THREADS
public static final int MAX_THREADS
- See Also:
- Constant Field Values
WEIGHTS_FILE
public static final java.lang.String WEIGHTS_FILE
- See Also:
- Constant Field Values
GRADIENT_LOG_FILE
public static final java.lang.String GRADIENT_LOG_FILE
- See Also:
- Constant Field Values
CRF_DATA_SUBPATH
public static final java.lang.String CRF_DATA_SUBPATH
- See Also:
- Constant Field Values
Constants
public Constants()