Class StatisticalSummary.Watch

java.lang.Object
ch.idsia.utils.statistics.StatisticalSummary.Watch
Enclosing class:
StatisticalSummary

public static class StatisticalSummary.Watch
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int count  
  • Constructor Summary

    Constructors 
    Constructor Description
    Watch​(double x)  
  • Method Summary

    Modifier and Type Method Description
    void note​(double val)  
    void reset()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • count

      public int count
  • Constructor Details

    • Watch

      public Watch​(double x)
  • Method Details

    • note

      public void note​(double val)
    • toString

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

      public void reset()