Skip to main content
. 2017 Jun 10;91:33–44. doi: 10.1016/j.compind.2017.05.006
Input: CHV health attributes and identification number of user
Output: Classified category of a user based on health attributes
Step 1. Get CHV health attributes and identification number of user.
Step 2. If identification number is already present in database
   Step 2.1 update the database with newly entered data.
Step 3. Else
   Step 3.1 Create a new record with identification number of the user and store health attributes.
Step 4. Execute FCM to predict the category of the user.
Step 5. Store classified category of user in the database with corresponding identification number.
Step 6. Exit