-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
20 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Resource Usage | ||
|
||
**algorithm_resource_usage:** scripts for supsampling the datasets and running each algorithm. | ||
**db_building_resource_usage:** scripts to measure database building |
3 changes: 3 additions & 0 deletions
3
src/method_comparison/resource_usage/algorithm_resource_usage/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Resource Usage: Algorithms | ||
|
||
Within each directory named after the tool, you'll find measurements obtained from [psrecord](https://github.com/astrofrog/psrecord) for subsampled data. The subsampling directory contains scripts for data splitting and running each tool. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...method_comparison/resource_usage/algorithm_resource_usage/subsampling/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Resource Usage: Algorithms | ||
|
||
To begin, we use the `split.py` script to subsample the data. This script takes the directory of the count matrix and splits it into smaller subsets under the given output directory. | ||
|
||
Below is the detailed information on splitting: | ||
|
||
|
||
|
||
| Tool | Subsampling Configurations | | ||
|-----------------|--------------------------------------------------------------| | ||
| Lasry | 3 case, 3 control <br> 7 case, 6 control | | ||
| Simillie | 3 case, 3 control <br> 7 case, 6 control <br> 10 case, 12 control <br> 17 case, 11 control | | ||
| vanGalen_Oetjen | 3 case, 3 control <br> 7 case, 6 control <br> 9 case, 10 control <br> 24 case, 9 control | |
156 changes: 0 additions & 156 deletions
156
src/method_comparison/resource_usage/algorithm_resource_usage/subsampling/run_community.r
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/method_comparison/resource_usage/algorithm_resource_usage/subsampling/run_workflow.sh
This file was deleted.
Oops, something went wrong.