Research Article

[Retracted] Rapid Identification of Tobacco Mildew Based on Random Forest Algorithm

Table 3

Node splitting conditions.

Algorithm 3.4 split function shouldSplit (l)
Steps:
1:  If diffCluster (l) < 2 then
2:   Return false;
3:  If ΔL (l, d) > αdD then
4:   Return false;
5:  Return true;