|
Disaggregate
Disaggregate Smart Meter data
|
A simple struct for representing delta spikes found by findSpike() More...
#include <AggregateData.h>
Collaboration diagram for AggregateData::FoundSpike:Public Member Functions | |
| FoundSpike (const size_t t, const Sample_t d, const double p) | |
Public Attributes | |
| size_t | timestamp |
| Sample_t | delta |
| double | likelihood |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const FoundSpike &fs) |
A simple struct for representing delta spikes found by findSpike()
Definition at line 43 of file AggregateData.h.
Definition at line 54 of file AggregateData.h.
| std::ostream& operator<< | ( | std::ostream & | o, |
| const FoundSpike & | fs | ||
| ) | [friend] |
Definition at line 48 of file AggregateData.h.
Definition at line 45 of file AggregateData.h.
Definition at line 46 of file AggregateData.h.
Referenced by PowerStateGraph::initTraceToEnd().
Definition at line 44 of file AggregateData.h.
Referenced by PowerStateGraph::initTraceToEnd().