marf
Interface MARF.EStatisticalEstimators

Enclosing class:
MARF

public static interface MARF.EStatisticalEstimators

Enumeration of Statistical Estimators. In 0.3.0.5 renamed from IStatisticalEstimators to EStatisticalEstimators.

Since:
0.3.0.2
Author:
Serguei Mokhov

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

MLE

static final int MLE
Indicates to use Maximum Likelihood Estimate estimator/smoothing.

See Also:
Constant Field Values

ADD_ONE

static final int ADD_ONE
Indicates to use Add One estimator/smoothing.

See Also:
Constant Field Values

ADD_DELTA

static final int ADD_DELTA
Indicates to use Add Delta estimator/smoothing.

See Also:
Constant Field Values

WITTEN_BELL

static final int WITTEN_BELL
Indicates to use Witten-Bell estimator/smoothing.

See Also:
Constant Field Values

GOOD_TURING

static final int GOOD_TURING
Indicates to use Good-Turing estimator/smoothing.

See Also:
Constant Field Values

SLI

static final int SLI
Indicates to use SLI estimator/smoothing.

See Also:
Constant Field Values

GLI

static final int GLI
Indicates to use GLI estimator/smoothing.

See Also:
Constant Field Values

KATZ_BACKOFF

static final int KATZ_BACKOFF
Indicates to use Katz Backoff estimator/smoothing.

See Also:
Constant Field Values

ELE

static final int ELE
Indicates to use ELE estimator/smoothing.

Since:
0.3.0.5
See Also:
Constant Field Values

MIN_STATS_ESTIMATOR

static final int MIN_STATS_ESTIMATOR
Lower boundary for statistical estimators enumeration. Used in error checks. *Update it when add more methods.*

Since:
0.3.0.5
See Also:
Constant Field Values

MAX_STATS_ESTIMATOR

static final int MAX_STATS_ESTIMATOR
Upper boundary for statistical estimators enumeration. Used in error checks. *Update it when add more methods.*

Since:
0.3.0.5
See Also:
Constant Field Values


SourceForge Logo