public class DistributionSPL extends Distribution
Unlike for DFR, the natural logarithm is used, as it is faster to compute and the original paper does not express any preference to a specific base.
WARNING: this model currently returns infinite scores for very small tf values and negative scores for very large tf values| Constructor and Description | 
|---|
| DistributionSPL()Sole constructor: parameter-free | 
| Modifier and Type | Method and Description | 
|---|---|
| double | score(BasicStats stats,
     double tfn,
     double lambda)Computes the score. | 
| String | toString()Subclasses must override this method to return the name of the
 distribution. | 
explainpublic final double score(BasicStats stats, double tfn, double lambda)
Distributionscore in class Distributionpublic String toString()
DistributiontoString in class DistributionCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.