Breiman et al recommend the 1-SE rule, and show that it is successful in screening out noise variables. At page no. 80 of their book, I get confuse about the '1 S.E. Rule'. $$R'[T(k_l)]\leq R'[T(k_0)]+S.E\{R'[T(k_0)]\} $$
Where $T_1, T_2, ... $ are the number of sequence of trees (number of variables) and the corresponding estimates of K-fold cross validation prediction error are $R'[T_1], R'[T_2], ... $ Then, the tree selected is $T(k_l)$, where $k_l$ is the maximum $k$ satisfying above equation. Please note that $R'[T(k_0)]=min_kR'[T_k]$
My question is that how I will calculate the $S.E\{R'[T(k_0)]\}$ ? because it is only one value, Please correct me where I am wrong.