diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2014-12-07 12:08:31 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2014-12-07 12:08:31 -0500 |
| commit | 9de35421f25bf45158187daea4ddfedd1c93f3d8 (patch) | |
| tree | f917008b6363a2b9dbff7855781f4fd5a10a6e94 /datasets/normalize_dataset.py | |
| parent | 6c874852773329f6fecbbc54476b30a37aa85b79 (diff) | |
| download | cascades-9de35421f25bf45158187daea4ddfedd1c93f3d8.tar.gz | |
renaming directory + creating dataset directory
Diffstat (limited to 'datasets/normalize_dataset.py')
| -rw-r--r-- | datasets/normalize_dataset.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/datasets/normalize_dataset.py b/datasets/normalize_dataset.py new file mode 100644 index 0000000..befebee --- /dev/null +++ b/datasets/normalize_dataset.py @@ -0,0 +1,6 @@ +""" +Run the following script on a dataset! + +If the nodes are not numbered 0 to number_of_nodes - 1, then it will print +out the normalized version of the dataset in the same directory +""" |
