Interface Scoreable
- All Known Implementing Classes:
DiscreteEstimatorBayes
,DiscreteEstimatorFullBayes
public interface Scoreable
Interface for allowing to score a classifier
- Version:
- $Revision: 8034 $
- Author:
- Remco Bouckaert (rrb@xm.co.nz)
-
Field Summary
-
Method Summary
-
Field Details
-
BAYES
static final int BAYESscore types- See Also:
-
BDeu
static final int BDeu- See Also:
-
MDL
static final int MDL- See Also:
-
ENTROPY
static final int ENTROPY- See Also:
-
AIC
static final int AIC- See Also:
-
-
Method Details
-
logScore
double logScore(int nType, int nCardinality) Returns log-score- Parameters:
nType
- the score type- Returns:
- the log-score
-