Research Article

Novel Method for Safeguarding Personal Health Record in Cloud Connection Using Deep Learning Models

Algorithm 1

Fuzzy rules.
Begin.
(1)Generate fuzzy rules
(2)Sort the fuzzy rules alphabetically and use Generate Index () to generate an index for constant attributes
(3)Initialize MVAR with one of the attributes from the metadata repository
(i)WHILE MVAR is nonempty DO
(a)Refer Index file corresponding to MVAR
(b)Reduce the number of rules to search from the rule base
(c)MVAR ← next attribute from the metadata repository
(ii)END WHILE
(4)Return extracted rules. End