Procházet zdrojové kódy

Upload files to ''

Facundo Memoli před 6 roky
rodič
revize
fcfab3bf99
1 změnil soubory, kde provedl 35 přidání a 0 odebrání
  1. 35 0
      data-format.txt

+ 35 - 0
data-format.txt

@@ -0,0 +1,35 @@
+The main files are the event files, in csv.gz format. They are in folders titled 
+	•	event50-rf12
+	•	event50-rf12s14
+	•	event50-rf12s16
+	•	event50-rf14
+	•	event50-rf14s14
+	•	event50-rf14s16
+	•	event50-rf16
+	•	event50-rf16s14
+	•	event50-rf16s16
+	•	event50-rf18
+	•	event50-rf18s14
+	•	event50-rf18s16
+	•	event50-rg
+	•	event50-rf20s14
+	•	event50-rf20s16
+
+Note: the folders without the "s--" suffix correspond to place field size 15. Also, event50-rg corresponds to mean firing rate 20, place field size 15. 
+
+There are 75000 files in these 15 folders. The total size is 27916 MB. 
+
+FORMAT: The file names are in the form described as follows:
+
+eventA-150-f3-f-B-CCCC.csv, where A ranges from 0 to 4 (number of holes in arena), B ranges from 0-9 (corresponding to 10 trials), and CCCC corresponds to the tau value, ranging from 50 to 5000 in steps of size 50. 
+
+Inside each file, the first line is 150, the number of 0-cells. Next, each line has the form
+
+<time>, <add or delete vertex/edge/face>, <list of vertices>
+
+So a line of the form 
+
+7, ae, 14, 99
+
+means that at time 7, add the edge [14,99].
+