marf
Interface MARF.IStatisticalEstimators

Enclosing interface:
MARF

public static interface MARF.IStatisticalEstimators

Enumeration of Statistical Estimators.

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 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

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

See Also:
Constant Field Values

ADD_ONE

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

See Also:
Constant Field Values

ADD_DELTA

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

See Also:
Constant Field Values

WITTEN_BELL

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

See Also:
Constant Field Values

GOOD_TURING

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

See Also:
Constant Field Values

SLI

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

See Also:
Constant Field Values

GLI

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

See Also:
Constant Field Values

KATZ_BACKOFF

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

See Also:
Constant Field Values