public class DistributionLL 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.
Constructor and Description |
---|
DistributionLL()
Sole constructor: parameter-free
|
Modifier and Type | Method and Description |
---|---|
float |
score(BasicStats stats,
float tfn,
float lambda)
Computes the score.
|
String |
toString()
Subclasses must override this method to return the name of the
distribution.
|
explain
public final float score(BasicStats stats, float tfn, float lambda)
Distribution
score
in class Distribution
public String toString()
Distribution
toString
in class Distribution
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.