Research Article

DAWM: Cost-Aware Asset Claim Analysis Approach on Big Data Analytic Computation Model for Cloud Data Centre

Algorithm 1

MHUDS algorithm.
input: CPS:
output: user demand service
(1)Let initialize , ;
(2)Int u, define range , , ;
(3)for each do
(4) Estimate ;
(5)whiledo
(6)  ;
(7)  ifthen
(8)   Assign ;
(9)  else
(10)   Assign ;
(11)  end
(12)  Update and ;
(13)  Estimate ;
(14)end
(15) Confine it as potential value for next iteration ;
(16) Return user demand service value.
(17)end