Research Article

Driving Anger States Detection Based on Incremental Association Markov Blanket and Least Square Support Vector Machine

Algorithm 1

The pseudocode of IAMB algorithm.
Input: Training dataset D(F, T)/ F is feature set and T is target variable/
Output: MB(T) /Markov blanket of T/
/add true positives to MB(T) /
(1)MB(T) = ∅
(2)repeat
(3)
(4)if  ,  then
(5)
(6)until MB(T) does not change;
/ remove false positives from MB(T) /
(7)for each    do
(8)if    then
(9)
(10)return MB(T).