aboutsummaryrefslogtreecommitdiffstats
path: root/datasets/normalize_dataset.py
diff options
context:
space:
mode:
authorjeanpouget-abadie <jean.pougetabadie@gmail.com>2014-12-07 12:08:31 -0500
committerjeanpouget-abadie <jean.pougetabadie@gmail.com>2014-12-07 12:08:31 -0500
commit9de35421f25bf45158187daea4ddfedd1c93f3d8 (patch)
treef917008b6363a2b9dbff7855781f4fd5a10a6e94 /datasets/normalize_dataset.py
parent6c874852773329f6fecbbc54476b30a37aa85b79 (diff)
downloadcascades-9de35421f25bf45158187daea4ddfedd1c93f3d8.tar.gz
renaming directory + creating dataset directory
Diffstat (limited to 'datasets/normalize_dataset.py')
-rw-r--r--datasets/normalize_dataset.py6
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
+"""