diff options
Diffstat (limited to 'src/bm/resulthistoryinfo.h')
| -rw-r--r-- | src/bm/resulthistoryinfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bm/resulthistoryinfo.h b/src/bm/resulthistoryinfo.h index 6cb7366..a65757f 100644 --- a/src/bm/resulthistoryinfo.h +++ b/src/bm/resulthistoryinfo.h @@ -69,6 +69,8 @@ public: QString testFunction() const { return testFunction_; } QString dataTag() const { return dataTag_; } + void computeMaxESSStats(qreal diffTolerance, int stabTolerance, int *total, int *stable); + private: int bmcontextId_; QList<int> timestamps_; @@ -92,6 +94,8 @@ private: mutable bool outliersMarked; mutable QBitArray outliers; void markOutliers() const; + + bool equal(int i, int j, int diffTolerance) const; }; #endif // RESULTHISTORYINFO_H |
