marf
Interface MARF.IStatisticalEstimators

Enclosing class:
MARF

public static interface MARF.IStatisticalEstimators

Enumeration of Statistical Estimators.

Since:
0.3.0
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 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 MLE
          Indicates to use Maximum Likelyhood 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 Likelyhood 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