Research Article

Coronary Artery Disease Detection Using a Fuzzy-Boosting PSO Approach

Pseudocode 1

The pseudocode of En-PSO2 approach.
While  
(1) Run the PSO algorithm
(2) For each rule exist in best solution in PSO algorithm do {
      Reweight (instances) according to new rule has acquired by PSO algorithm:
      (a) Calculate the error of the current Fuzzy Rule according to (14).
      (b) Calculate factor according to (16).
      (c) For each of training instances in heart data set calculate new weight
      (d) according to (15).
     end of For
end of while loop