public class BasicModelIne extends BasicModel
Constructor and Description |
---|
BasicModelIne()
Sole constructor: parameter-free
|
Modifier and Type | Method and Description |
---|---|
Explanation |
explain(BasicStats stats,
double tfn,
double aeTimes1pTfn)
Returns an explanation for the score.
|
double |
score(BasicStats stats,
double tfn,
double aeTimes1pTfn)
Returns the informative content score combined with the after effect, more specifically
informationContentScore * aeTimes1pTfn / (1 + tfn) . |
String |
toString()
Subclasses must override this method to return the code of the
basic model formula.
|
public final double score(BasicStats stats, double tfn, double aeTimes1pTfn)
BasicModel
informationContentScore * aeTimes1pTfn / (1 + tfn)
. This function must be
non-decreasing with tfn
.score
in class BasicModel
public Explanation explain(BasicStats stats, double tfn, double aeTimes1pTfn)
BasicModel
explain
in class BasicModel
public String toString()
BasicModel
toString
in class BasicModel
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.