| Algorithm 1: PM pseudocode |
Startproduction process;
Initial setting of production machine;
Ifcheck of machine is positive Then continue production (and parameter checking) until production ends;
Else(negative check) choose the suitable idoneous algorithm;
If the unsupervised algorithm is ‘True’ Then perform data clustering and
structure risk maps;
If a moderate alert is estimated then set the standard machine
parameter;
Else (high alert) introduce further corrective actions;
End If;
Else (False of the unsupervised algorithm) selection of the supervised
algorithm providing data prediction/classification through training and
testing models;
If a moderate alert is estimated then set the standard machine
parameters;
Else (high alert) introduce further corrective actions;
End If;
End If;
End If.
|