Algorithm 2 Dichotomy mapped forest—Test |
Input: Z (test set), , , Output:
-
1:
for Each node in logic three according to the dichotomy in Figure 3
do
-
2:
← select features in
-
3:
← map input with
-
4:
[,] ← test in
-
5:
end for
-
6:
[,] ← apply Dichotomy (predictions = , confidence = ) as Figure 3 & Equation (7)
-
7:
← get confidence bound using as Equation (9)
-
8:
if
<
then
-
9:
← check logic filter as in (11)
-
10:
end if
|