public class BasicModelBE extends BasicModel
F is increased by tfn+1
and N is increased by F| Constructor and Description |
|---|
BasicModelBE()
Sole constructor: parameter-free
|
| Modifier and Type | Method and Description |
|---|---|
private double |
f(double n,
double m)
The f helper function defined for BE.
|
float |
score(BasicStats stats,
float tfn)
Returns the informative content score.
|
java.lang.String |
toString()
Subclasses must override this method to return the code of the
basic model formula.
|
explainpublic final float score(BasicStats stats, float tfn)
BasicModelscore in class BasicModelprivate final double f(double n,
double m)
public java.lang.String toString()
BasicModeltoString in class BasicModel