Research Article

Fusion of Heterogeneous Intrusion Detection Systems for Network Attack Detection

Algorithm 1

Information gain calculation.
Input: Feature set FS
Output: An array IG populated with information gain value for each feature.
Initialize ;
foreach ( in FS)
   IG [] = IGR();
   ++;
endfor