Research Article

Fusion of Heterogeneous Intrusion Detection Systems for Network Attack Detection

Algorithm 2

Maximum information gain with minimum feature count algorithm.
Input: Binary chromosome 41
Output: Information gain sum with Feature count
for ( to 40)
    if (chromosome [] == 1)
    then igsum = igsum + IG [];
    fcnt = fcnt + 1;
    endif
endfor