Skip to content

Instantly share code, notes, and snippets.

@nov
Last active July 2, 2020 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nov/f06b7dcc9fb6288e06ed781ad406c2de to your computer and use it in GitHub Desktop.
Save nov/f06b7dcc9fb6288e06ed781ad406c2de to your computer and use it in GitHub Desktop.
Covid-19Radar/Covid19Radar の ENExposureConfiguration (2020.06.21)
{
"MinimumRiskScore": 1,
"AttenuationWeight": 50,
"TransmissionWeight": 50,
"DurationWeight": 50,
"DaysSinceLastExposureWeight": 50,
"TransmissionRiskScores": [1, 2, 3, 4, 5, 6, 7, 8],
"AttenuationScores": [1, 2, 3, 4, 5, 6, 7, 8],
"DurationScores": [1, 2, 3, 4, 5, 6, 7, 8],
"DaysSinceLastExposureScores": [1, 2, 3, 4, 5, 6, 7, 8],
"DurationAtAttenuationThresholds": [50, 70]
}
@nov
Copy link
Author

nov commented Jun 20, 2020

@nov
Copy link
Author

nov commented Jul 2, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment