edu.isi.karma.modeling.semantictypes.mycrf.common
Class Constants

java.lang.Object
  extended by edu.isi.karma.modeling.semantictypes.mycrf.common.Constants

public class Constants
extends java.lang.Object

Constants used throughout the package

Author:
amangoel

Field Summary
static double ALPHA
           
static double BACKTRACKINGLINESEARCH_MAX_STEP
           
static java.lang.String CRF_DATA_SUBPATH
           
static double EPSILON_DELTA_X_RELATIVE_TO_X
           
static double EPSILON_GRADIENT
           
static int FIELD_TYPE
           
static double FUNCTION_OFF_VAL
           
static double FUNCTION_ON_VAL
           
static java.lang.String GRADIENT_LOG_FILE
           
static int MAX_CLIQUE_SIZE
           
static int MAX_COMMON_NODES_BETWEEN_CLUSTERS
           
static int MAX_THREADS
           
static int MEMORY_FOR_L_BFGS
           
static int NUM_OF_LOOPY_BP_ITERATIONS
           
static int runMode_CALCULATE_GRADIENTOFLIKELIHOOD
           
static int runMode_CALCULATE_LIKELIHOOD
           
static double STANDARD_DEVIATION
           
static int TOKEN_TYPE
           
static java.lang.String tokenLinePrefix
           
static double TOLX
           
static java.lang.String WEIGHTS_FILE
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Constants

public Constants()