weka.classifiers.bayes
Interface Scoreable

All Known Implementing Classes:
DiscreteEstimatorBayes

public interface Scoreable

Interface for allowing to score a classifier


Field Summary
static int AIC
           
static int BAYES
          score types
static int ENTROPY
           
static int MDL
           
 
Method Summary
 double logScore(int nType)
          Returns log-score
 

Field Detail

BAYES

public static final int BAYES
score types

See Also:
Constant Field Values

MDL

public static final int MDL
See Also:
Constant Field Values

ENTROPY

public static final int ENTROPY
See Also:
Constant Field Values

AIC

public static final int AIC
See Also:
Constant Field Values
Method Detail

logScore

public double logScore(int nType)
Returns log-score