Skip to main content
. 2017 Jun 10;91:33–44. doi: 10.1016/j.compind.2017.05.006
Input: Data containing CHV symptoms, datasets of environmental, climate attributes and number of distinct cases required.
Output: Generate CHV datasets
Step 1. ‘n’ be the number of CHV cases initialized with 1.
Step 2. For n <= required number of cases
Step 3. Assign values to primary symptoms based on probabilities in Table 8.
Step 4. Assign values to secondary symptoms based on probabilities in Table 8.
Step 5. Create a new case by combining all CHV symptoms values with environmental and climate attributes.
Step 6. If new case is already present in database then
   Step 6.1. Discard the new case
Step 7. Else
   Step 7.1. Add the new case and value of generated cases is increased by 1
Step 8. Exit