public interface KStarConstants
Modifier and Type | Field and Description |
---|---|
static int |
B_ENTROPY |
static int |
B_SPHERE
Blend setting modes
|
static double |
EPSILON |
static double |
FLOOR |
static double |
FLOOR1 |
static double |
INITIAL_STEP |
static double |
LOG2 |
static int |
M_AVERAGE |
static int |
M_DELETE
Missing value handling mode
|
static int |
M_MAXDIFF |
static int |
M_NORMAL |
static int |
NUM_RAND_COLS |
static int |
OFF |
static int |
ON
Some usefull constants
|
static double |
ROOT_FINDER_ACCURACY |
static int |
ROOT_FINDER_MAX_ITER
How close the root finder for numeric and nominal have to get
|
static final int ON
static final int OFF
static final int NUM_RAND_COLS
static final double FLOOR
static final double FLOOR1
static final double INITIAL_STEP
static final double LOG2
static final double EPSILON
static final int ROOT_FINDER_MAX_ITER
static final double ROOT_FINDER_ACCURACY
static final int B_SPHERE
static final int B_ENTROPY
static final int M_DELETE
static final int M_MAXDIFF
static final int M_NORMAL
static final int M_AVERAGE