weka.classifiers.bayes.net.search.local
Interface Scoreable

All Known Implementing Classes:
DiscreteEstimatorBayes, DiscreteEstimatorFullBayes

public interface Scoreable

Interface for allowing to score a classifier

Version:
$Revision: 1.4 $
Author:
Remco Bouckaert (rrb@xm.co.nz)

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

Field Detail

BAYES

static final int BAYES
score types

See Also:
Constant Field Values

BDeu

static final int BDeu
See Also:
Constant Field Values

MDL

static final int MDL
See Also:
Constant Field Values

ENTROPY

static final int ENTROPY
See Also:
Constant Field Values

AIC

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

logScore

double logScore(int nType,
                int nCardinality)
Returns log-score

Parameters:
nType - the score type
Returns:
the log-score