Interface Scoreable
-
- All Known Implementing Classes:
DiscreteEstimatorBayes,DiscreteEstimatorFullBayes
public interface ScoreableInterface for allowing to score a classifier- Version:
- $Revision: 1.4 $
- Author:
- Remco Bouckaert (rrb@xm.co.nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublelogScore(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
-
-