Research Article

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

Algorithm 4

Algorithm FMvRV: filling the missing values with real values.
Input: An IIS of continuous data, where and .
The missing values: . The threshold: .
Output: The filling real 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