Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathsudharsan authored Jul 23, 2022
1 parent 7afe472 commit 394add0
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions COVID-away_one-class_classification_models/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# COVID-away One-Class Classification Models

To replicate the results from the below Table 2, one by one navigate to directories;
i. Acc, ii. Acc+Gyro, iii. Acc+Gyro+Mbar, iv. Acc+Gyro+Mbar+RVect.
To replicate the results from the below Table, one by one navigate to directories:
- Acc
- Acc+Gyro
- Acc+Gyro+Mbar
- Acc+Gyro+Mbar+RVect

Then from inside each directory, use the following commands to execute the respective python programs;
i. iForest.py, ii. Local_Outlier_Factor.py, iii. Minimum_Covariance_Determinant.py, iv. OC_SVM.py.
Then from inside each directory, use the following commands to execute the respective python programs:

- iForest.py
- Local_Outlier_Factor.py
- Minimum_Covariance_Determinant.py
- OC_SVM.py

![alt text](https://github.com/bharathsudharsan/COVID-away/blob/master/Table2_result.PNG)

If you are missing libraries, install them using the pip installer.
If you are missing libraries, install them using the pip installer.

0 comments on commit 394add0

Please sign in to comment.