Class AfterEffectL


  • public class AfterEffectL
    extends AfterEffect
    Model of the information gain based on Laplace's law of succession.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • AfterEffectL

        public AfterEffectL()
        Sole constructor: parameter-free
    • Method Detail

      • scoreTimes1pTfn

        public final double scoreTimes1pTfn​(BasicStats stats)
        Description copied from class: AfterEffect
        Returns the product of the after effect with 1+tfn. This may not depend on the value of tfn.
        Specified by:
        scoreTimes1pTfn in class AfterEffect
      • toString

        public String toString()
        Description copied from class: AfterEffect
        Subclasses must override this method to return the code of the after effect formula. Refer to the original paper for the list.
        Specified by:
        toString in class AfterEffect