| Algorithm 3: Measurement noise variance by denoising autoencoder. |
|
Input: : a training set of m sensor data; : a numeric sequence of input sensor data; Output: R: measurement noise variance of ; begin (0) DAEmodel TrainModel; // Build a denoising autoencoder model in the preprocessing step. (1) ApplyModel; (2) CalculateVAR; // Calculate the variance between two sequences. (3) return R; end |