|
Disaggregate
Disaggregate Smart Meter data
|
#include <PowerStateGraph.h>
Collaboration diagram for PowerStateGraph::Fingerprint:Public Attributes | |
| size_t | timestamp |
| UNIX timestamp for start time. | |
| size_t | duration |
| Duration (in seconds) | |
| double | energy |
| energy consumed (Joules) | |
| double | avLikelihood |
| Average likelihood. | |
| std::list< TimeAndPower > | timeAndPower |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const Fingerprint &ddi) |
Definition at line 52 of file PowerStateGraph.h.
| std::ostream& operator<< | ( | std::ostream & | o, |
| const Fingerprint & | ddi | ||
| ) | [friend] |
Definition at line 59 of file PowerStateGraph.h.
Average likelihood.
Definition at line 56 of file PowerStateGraph.h.
Referenced by PowerStateGraph::disaggregate(), and PowerStateGraph::findBestPath().
Duration (in seconds)
Definition at line 54 of file PowerStateGraph.h.
Referenced by PowerStateGraph::findBestPath().
energy consumed (Joules)
Definition at line 55 of file PowerStateGraph.h.
Referenced by PowerStateGraph::findBestPath().
| std::list< TimeAndPower > PowerStateGraph::Fingerprint::timeAndPower |
Definition at line 57 of file PowerStateGraph.h.
Referenced by PowerStateGraph::findBestPath().
UNIX timestamp for start time.
Definition at line 53 of file PowerStateGraph.h.
Referenced by PowerStateGraph::findBestPath().