1. Data Preprocessing
How the data generated by the Smart Meter is reprocessed for learning
Last updated
How the data generated by the Smart Meter is reprocessed for learning
Last updated
t : Timestamp
P(t) : Power at that time
S(t) : Apparent power at that time
V(t) : Mains root mean squared (RMS) at that time
Time series is a sequence of Raw Data Objects R. The length of a Time series is defiend by the Time value of the last Data Object in T minus the first on. So Tn- T1.
A Subtime Series is defined for a Time Series, as a continuous subsequence of T. You can imagine it , as just a slice of a Timeseries(?).
The sliding window represents a set of subtime series of T. It is the fundamental timing component of the learning engine