Skip to main content
. 2022 Oct 7;22(19):7596. doi: 10.3390/s22197596
Algorithm 2: A-SVM with ORICA-CSP.
Step 1: Input features vectors
fv=log(Vm/t=1Vm)
//Vm, variance matrix of EEG signal projection
Step 2: Determine the class label with function
f(si)=(w, si) + b
//si Rn, with N samples {I,, sN }
Step 3: Classify the new sample by uj  and vj
//uj=sign(f(si)) and the posterior class probability, vj=Pb(vj=vj|si) is calculated using Platt’s probabilistic output.
//Classifier is adapted with uj and vj
Step 4: Define threshold th
Step 5: if vj > th holIs, si is introduced to the dataset for training T
Step 6: Update whenever new samples are included in the solution