Class AfterEffectB


  • public class AfterEffectB
    extends AfterEffect
    Model of the information gain based on the ratio of two Bernoulli processes.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • AfterEffectB

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

      • score

        public final float score​(BasicStats stats,
                                 float tfn)
        Description copied from class: AfterEffect
        Returns the aftereffect score.
        Specified by:
        score 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