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.
|
explain
public final float score(BasicStats stats, float tfn)
BasicModel
score
in class BasicModel
private final double f(double n, double m)
public java.lang.String toString()
BasicModel
toString
in class BasicModel