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
-
-
-
Method Details
-
public void note(double val)
-
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
-