Research Article

A Probabilistic Approach for Missing Data Imputation

Algorithm 1

Combination.
(1)functionCOMBINATION ()
(2)               ⊳ This function creates combinations
(3)  Pass In:
(4)      ⊳ Here, attributes are selected features from the dataset
(5)  
(6)  for each class of do
(7)   for each class of do
(8)    
(9)    add to list
(10)   end for
(11)  end for
(12)  Pass Out:
(13)end function