|
Algorithm 1 Classifiers testing process. |
-
1:
m – user identifier, ;
-
2:
– a sample ( – signature, k – claimed class);
-
3:
P – vector of probabilities of belonging to M classes;
-
4:
– acceptance threshold value;
-
5:
for all samples from the testing set () do
-
6:
Select . Enter at the input of the classifier
-
7:
Check the classifier output P;
-
8:
if and then
-
9:
positive user verification;
-
10:
else
-
11:
forgery detection;
-
12:
end if
-
13:
end for
|