public class BasicModelIn extends BasicModel
| Constructor and Description | 
|---|
| BasicModelIn()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)
BasicModelinformationContentScore * aeTimes1pTfn / (1 + tfn). This function must be
 non-decreasing with tfn.score in class BasicModelpublic final Explanation explain(BasicStats stats, double tfn, double aeTimes1pTfn)
BasicModelexplain in class BasicModelpublic String toString()
BasicModeltoString in class BasicModelCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.