Class EventClassAggStat


  • public class EventClassAggStat
    extends java.lang.Object
    • Field Detail

      • count

        protected int count
        Count of aggregated occurrences. (Must not be equal to total number of occurrences (e.g., if only one occurrence per case is kept))
      • sumPos

        protected int sumPos
        Sum of all positions
      • sumPosRel

        protected float sumPosRel
        Sum of all relative positions
    • Constructor Detail

      • EventClassAggStat

        public EventClassAggStat()
    • Method Detail

      • getCount

        public int getCount()
      • getSumPos

        public int getSumPos()
      • getSumPosRel

        public float getSumPosRel()
      • getAvgPos

        public float getAvgPos()
      • getAvgPosRel

        public float getAvgPosRel()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object