weka.classifiers.kstar
Interface KStarConstants

All Known Implementing Classes:
KStarNumericAttribute, KStar, KStarNominalAttribute

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

OFF

public static final int OFF

NUM_RAND_COLS

public static final int NUM_RAND_COLS

FLOOR

public static final double FLOOR

FLOOR1

public static final double FLOOR1

INITIAL_STEP

public static final double INITIAL_STEP

LOG2

public static final double LOG2

EPSILON

public static final double EPSILON

ROOT_FINDER_MAX_ITER

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

ROOT_FINDER_ACCURACY

public static final double ROOT_FINDER_ACCURACY

B_SPHERE

public static final int B_SPHERE
Blend setting modes

B_ENTROPY

public static final int B_ENTROPY

M_DELETE

public static final int M_DELETE
Missing value handling mode

M_MAXDIFF

public static final int M_MAXDIFF

M_NORMAL

public static final int M_NORMAL

M_AVERAGE

public static final int M_AVERAGE