public interface Scoreable
Modifier and Type | Field and Description |
---|---|
static int |
AIC |
static int |
BAYES
score types
|
static int |
BDeu |
static int |
ENTROPY |
static int |
MDL |
Modifier and Type | Method and Description |
---|---|
double |
logScore(int nType,
int nCardinality)
Returns log-score
|
static final int BAYES
static final int BDeu
static final int MDL
static final int ENTROPY
static final int AIC