├── LICENSE ├── README.md ├── additional_risks.py ├── data ├── NovelDataset.csv └── WolframPatients.csv ├── data_analysis.py ├── fls_core.py ├── main.py ├── paper ├── Prediction of COVID-19 via External Symptoms.pdf └── ~$edicting the Possibility of COVID.docx └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Namerlight/C19-Prediction-via-Symptoms-with-Fuzzy-Logic/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Namerlight/C19-Prediction-via-Symptoms-with-Fuzzy-Logic/HEAD/README.md -------------------------------------------------------------------------------- /additional_risks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Namerlight/C19-Prediction-via-Symptoms-with-Fuzzy-Logic/HEAD/additional_risks.py -------------------------------------------------------------------------------- /data/NovelDataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Namerlight/C19-Prediction-via-Symptoms-with-Fuzzy-Logic/HEAD/data/NovelDataset.csv -------------------------------------------------------------------------------- /data/WolframPatients.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Namerlight/C19-Prediction-via-Symptoms-with-Fuzzy-Logic/HEAD/data/WolframPatients.csv -------------------------------------------------------------------------------- /data_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Namerlight/C19-Prediction-via-Symptoms-with-Fuzzy-Logic/HEAD/data_analysis.py -------------------------------------------------------------------------------- /fls_core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Namerlight/C19-Prediction-via-Symptoms-with-Fuzzy-Logic/HEAD/fls_core.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Namerlight/C19-Prediction-via-Symptoms-with-Fuzzy-Logic/HEAD/main.py -------------------------------------------------------------------------------- /paper/Prediction of COVID-19 via External Symptoms.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Namerlight/C19-Prediction-via-Symptoms-with-Fuzzy-Logic/HEAD/paper/Prediction of COVID-19 via External Symptoms.pdf -------------------------------------------------------------------------------- /paper/~$edicting the Possibility of COVID.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Namerlight/C19-Prediction-via-Symptoms-with-Fuzzy-Logic/HEAD/paper/~$edicting the Possibility of COVID.docx -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Namerlight/C19-Prediction-via-Symptoms-with-Fuzzy-Logic/HEAD/requirements.txt --------------------------------------------------------------------------------