Package weka.classifiers.lazy.kstar
Interface KStarConstants
- All Known Implementing Classes:
KStar
,KStarNominalAttribute
,KStarNumericAttribute
public interface KStarConstants
- Version:
- $Revision 1.0 $
- Author:
- Len Trigg (len@reeltwo.com), Abdelaziz Mahoui (am14@cs.waikato.ac.nz)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
Blend setting modesstatic final double
static final double
static final double
static final double
static final double
static final int
static final int
Missing value handling modestatic final int
static final int
static final int
static final int
static final int
Some usefull constantsstatic final double
static final int
How close the root finder for numeric and nominal have to get
-
Field Details
-
ON
static final int ONSome usefull constants- See Also:
-
OFF
static final int OFF- See Also:
-
NUM_RAND_COLS
static final int NUM_RAND_COLS- See Also:
-
FLOOR
static final double FLOOR- See Also:
-
FLOOR1
static final double FLOOR1- See Also:
-
INITIAL_STEP
static final double INITIAL_STEP- See Also:
-
LOG2
static final double LOG2- See Also:
-
EPSILON
static final double EPSILON- See Also:
-
ROOT_FINDER_MAX_ITER
static final int ROOT_FINDER_MAX_ITERHow close the root finder for numeric and nominal have to get- See Also:
-
ROOT_FINDER_ACCURACY
static final double ROOT_FINDER_ACCURACY- See Also:
-
B_SPHERE
static final int B_SPHEREBlend setting modes- See Also:
-
B_ENTROPY
static final int B_ENTROPY- See Also:
-
M_DELETE
static final int M_DELETEMissing value handling mode- See Also:
-
M_MAXDIFF
static final int M_MAXDIFF- See Also:
-
M_NORMAL
static final int M_NORMAL- See Also:
-
M_AVERAGE
static final int M_AVERAGE- See Also:
-