|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MARF.EStatisticalEstimators
Enumeration of Statistical Estimators.
In 0.3.0.5 renamed from IStatisticalEstimators
to
EStatisticalEstimators
.
Field Summary | |
---|---|
static int |
ADD_DELTA
Indicates to use Add Delta estimator/smoothing. |
static int |
ADD_ONE
Indicates to use Add One estimator/smoothing. |
static int |
ELE
Indicates to use ELE estimator/smoothing. |
static int |
GLI
Indicates to use GLI estimator/smoothing. |
static int |
GOOD_TURING
Indicates to use Good-Turing estimator/smoothing. |
static int |
KATZ_BACKOFF
Indicates to use Katz Backoff estimator/smoothing. |
static int |
MAX_STATS_ESTIMATOR
Upper boundary for statistical estimators enumeration. |
static int |
MIN_STATS_ESTIMATOR
Lower boundary for statistical estimators enumeration. |
static int |
MLE
Indicates to use Maximum Likelihood Estimate estimator/smoothing. |
static int |
SLI
Indicates to use SLI estimator/smoothing. |
static int |
WITTEN_BELL
Indicates to use Witten-Bell estimator/smoothing. |
Field Detail |
---|
static final int MLE
static final int ADD_ONE
static final int ADD_DELTA
static final int WITTEN_BELL
static final int GOOD_TURING
static final int SLI
static final int GLI
static final int KATZ_BACKOFF
static final int ELE
static final int MIN_STATS_ESTIMATOR
static final int MAX_STATS_ESTIMATOR
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |