Skip to main content
. 2021 Mar 17;21(6):2097. doi: 10.3390/s21062097
Algorithm 2 Self relative evaluation

Input

   data: EEG signals of all subjects available in the dataset.

   P: parametric representation of the designed EEG-based biometric system.

   S1=Oii=1m: range of filter orders.

   S2=fjj=1r: range of frequency sub-bands.

   S: openness simulation model.

   update: the class-update strategy.

Output

   OAm=oamkk=1m*r: The mean vector of openness accuracy per each distribution of identity information.

   metric=mkk=1m*r: The self-relative evaluation metrics.

START

1: D=Dkk=1m*ridentity-information-distribution (data,P,S1,S2)

2: For k=1, ...m*r

3:   oamk openness-condition (Dk,S,update)

4:   mk performance-evaluation (oamk)

END