Research Article

Dimensionality Reduction for Internet of Things Using the Cuckoo Search Algorithm: Reduced Implications of Mesh Sensor Technologies

Algorithm 1

Initiate procedure_1.
Input initial vectors setwith original features
For () do
   Construct new featuresfor each(transformation)
   Update each vectorand add it to new vectors set
        
Select subset of constructed features fromthroughCuckoo Search
Generate optimized vectors setwith reduced dimensions
End Procedure_1