Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 325 Bytes

algorithm.md

File metadata and controls

18 lines (13 loc) · 325 Bytes

Algorithm explanation

Incoming data format

Diagnostic value

The diagnostic value correspond the health status of the user input.

Here is the list of the status

healthy = 0
sick_guess_no_corona = 1
sick_guess_corona = 2
sick_corona_confirmed = 3
recovered_not_confirmed = 4
recovered_confirmed = 5