Disaggregate
Disaggregate Smart Meter data

PowerStateGraph::PowerStateEdge Struct Reference

Collaboration diagram for PowerStateGraph::PowerStateEdge:

List of all members.

Public Attributes

Statistic< double > delta
Statistic< size_tduration
size_t count
 The number of times this edge has been traversed during training. Used with totalCount to determine which edges are traversed most often.
std::list
< PSGraph::edge_descriptor > 
edgeHistory
 a "rolling" list storing the previous few edges we've seen. This serves exactly the same purpose as getEdgeHistoryForVertex().

Detailed Description

Definition at line 117 of file PowerStateGraph.h.


Member Data Documentation

The number of times this edge has been traversed during training. Used with totalCount to determine which edges are traversed most often.

Deprecated:
we're not using this.

Definition at line 120 of file PowerStateGraph.h.

std::list< PSGraph::edge_descriptor > PowerStateGraph::PowerStateEdge::edgeHistory

a "rolling" list storing the previous few edges we've seen. This serves exactly the same purpose as getEdgeHistoryForVertex().

Definition at line 124 of file PowerStateGraph.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends