Research Article

Fuzzy Set-Valued Information Systems and the Algorithm of Filling Missing Values for Incomplete Information Systems

Algorithm 3

Algorithm FMvSV: filling the missing values with set values.
Input: An IIS of discrete data, where and
The missing values:
Output: The filling set values:
(1)for i = 1 to q do
(2)  for every t in do
(3)   Compute
(4)   for every x in do
(5)    Compute
(6)   end
(7)   Compute
(8)   if then
(9)   
(10)   else
(11)   
(12)   end if
(13)  end
(14)  
(15)  
(16)end