Algorithm 1 Transitions between states. |
-
1:
procedure Transition() ▹ Function
-
2:
for i in 0, len(feature_set), batch_size) do
// Create batches
-
3:
// Calculate reward value of each sample in the batch
-
4:
-
5:
for j in range(len(batch_features), batch_size) do
-
6:
if then ▹ Classified as Tor
-
7:
-
8:
else if then ▹ Classified as non_Tor
-
9:
-
10:
else ▹ Classified as Ambiguous
-
11:
while do
-
12:
if then
-
13:
▹ Further processing required
-
14:
-
15:
-
16:
▹
|