All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Interface weka.classifiers.kstar.KStarConstants
- public interface KStarConstants
-
B_ENTROPY
-
-
B_SPHERE
- Blend setting modes
-
EPSILON
-
-
FLOOR
-
-
FLOOR1
-
-
INITIAL_STEP
-
-
LOG2
-
-
M_AVERAGE
-
-
M_DELETE
- Missing value handling mode
-
M_MAXDIFF
-
-
M_NORMAL
-
-
NUM_RAND_COLS
-
-
OFF
-
-
ON
- Some usefull constants
-
ROOT_FINDER_ACCURACY
-
-
ROOT_FINDER_MAX_ITER
- How close the root finder for numeric and nominal have to get
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
All Packages Class Hierarchy This Package Previous Next Index WEKA's home