Class AfterEffectL


  • public class AfterEffectL
    extends AfterEffect
    Model of the information gain based on Laplace's law of succession.
    • Constructor Summary

      Constructors 
      Constructor Description
      AfterEffectL()
      Sole constructor: parameter-free
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Explanation explain​(BasicStats stats, float tfn)
      Returns an explanation for the score.
      float score​(BasicStats stats, float tfn)
      Returns the aftereffect score.
      java.lang.String toString()
      Subclasses must override this method to return the code of the after effect formula.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AfterEffectL

        public AfterEffectL()
        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 java.lang.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