Research Article
A Power Transformer Fault Prediction Method through Temporal Convolutional Network on Dissolved Gas Chromatography Data
Algorithm 1
Fault classification algorithm.
Input: Regression result | Output: Status code | (1) | for t + 1 to t + L | (2) | compute three ratios: , , | (3) | look up Table 4 to convert the gas ratio to ratio code | (4) | combine the three-ratio code get combination and look up Table 2 to get the status code | (5) | end for | (6) | return |
|