weka.classifiers.lazy.kstar
Interface KStarConstants

All Known Implementing Classes:
KStar, KStarNominalAttribute, KStarNumericAttribute

public interface KStarConstants


Field Summary
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
 

Field Detail

ON

public static final int ON
Some usefull constants

See Also:
Constant Field Values

OFF

public static final int OFF
See Also:
Constant Field Values

NUM_RAND_COLS

public static final int NUM_RAND_COLS
See Also:
Constant Field Values

FLOOR

public static final double FLOOR
See Also:
Constant Field Values

FLOOR1

public static final double FLOOR1
See Also:
Constant Field Values

INITIAL_STEP

public static final double INITIAL_STEP
See Also:
Constant Field Values

LOG2

public static final double LOG2
See Also:
Constant Field Values

EPSILON

public static final double EPSILON
See Also:
Constant Field Values

ROOT_FINDER_MAX_ITER

public static final int ROOT_FINDER_MAX_ITER
How close the root finder for numeric and nominal have to get

See Also:
Constant Field Values

ROOT_FINDER_ACCURACY

public static final double ROOT_FINDER_ACCURACY
See Also:
Constant Field Values

B_SPHERE

public static final int B_SPHERE
Blend setting modes

See Also:
Constant Field Values

B_ENTROPY

public static final int B_ENTROPY
See Also:
Constant Field Values

M_DELETE

public static final int M_DELETE
Missing value handling mode

See Also:
Constant Field Values

M_MAXDIFF

public static final int M_MAXDIFF
See Also:
Constant Field Values

M_NORMAL

public static final int M_NORMAL
See Also:
Constant Field Values

M_AVERAGE

public static final int M_AVERAGE
See Also:
Constant Field Values