All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Interface weka.classifiers.kstar.KStarConstants

public interface KStarConstants

Variable Index

 o B_ENTROPY
 o B_SPHERE
Blend setting modes
 o EPSILON
 o FLOOR
 o FLOOR1
 o INITIAL_STEP
 o LOG2
 o M_AVERAGE
 o M_DELETE
Missing value handling mode
 o M_MAXDIFF
 o M_NORMAL
 o NUM_RAND_COLS
 o OFF
 o ON
Some usefull constants
 o ROOT_FINDER_ACCURACY
 o ROOT_FINDER_MAX_ITER
How close the root finder for numeric and nominal have to get

Variables

 o ON
 public static final int ON
Some usefull constants

 o OFF
 public static final int OFF
 o NUM_RAND_COLS
 public static final int NUM_RAND_COLS
 o FLOOR
 public static final double FLOOR
 o FLOOR1
 public static final double FLOOR1
 o INITIAL_STEP
 public static final double INITIAL_STEP
 o LOG2
 public static final double LOG2
 o EPSILON
 public static final double EPSILON
 o ROOT_FINDER_MAX_ITER
 public static final int ROOT_FINDER_MAX_ITER
How close the root finder for numeric and nominal have to get

 o ROOT_FINDER_ACCURACY
 public static final double ROOT_FINDER_ACCURACY
 o B_SPHERE
 public static final int B_SPHERE
Blend setting modes

 o B_ENTROPY
 public static final int B_ENTROPY
 o M_DELETE
 public static final int M_DELETE
Missing value handling mode

 o M_MAXDIFF
 public static final int M_MAXDIFF
 o M_NORMAL
 public static final int M_NORMAL
 o M_AVERAGE
 public static final int M_AVERAGE

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home