'update'
authorBenjamin Auder <benjamin.auder@somewhere>
Wed, 9 Nov 2016 15:23:22 +0000 (16:23 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Wed, 9 Nov 2016 15:23:22 +0000 (16:23 +0100)
38 files changed:
code/stage2/src/00_convertir-donnnes_2009.r [moved from codes_Jairo_stage2/00_convertir-donnnes_2009.r with 100% similarity]
code/stage2/src/00_convertir-donnnes_2010.r [moved from codes_Jairo_stage2/00_convertir-donnnes_2010.r with 100% similarity]
code/stage2/src/00_convertir-donnnes_2011.r [moved from codes_Jairo_stage2/00_convertir-donnnes_2011.r with 100% similarity]
code/stage2/src/00_createCalendar.r [moved from codes_Jairo_stage2/00_createCalendar.r with 100% similarity]
code/stage2/src/00_plots-energycon.r [moved from codes_Jairo_stage2/00_plots-energycon.r with 100% similarity]
code/stage2/src/01_StBr.r [moved from codes_Jairo_stage2/01_StBr.r with 100% similarity]
code/stage2/src/01_extract-features2_2009.r [moved from codes_Jairo_stage2/01_extract-features2_2009.r with 100% similarity]
code/stage2/src/01_extract-features_2009.r [moved from codes_Jairo_stage2/01_extract-features_2009.r with 100% similarity]
code/stage2/src/01_extract-features_2010.r [moved from codes_Jairo_stage2/01_extract-features_2010.r with 100% similarity]
code/stage2/src/02_cluster-par_2009.r [moved from codes_Jairo_stage2/02_cluster-par_2009.r with 100% similarity]
code/stage2/src/02_cluster_2009.r [moved from codes_Jairo_stage2/02_cluster_2009.r with 100% similarity]
code/stage2/src/03_compute-sums-of-classes-par_2009.r [moved from codes_Jairo_stage2/03_compute-sums-of-classes-par_2009.r with 100% similarity]
code/stage2/src/03_compute-sums-of-classesRANDOM-par_2009.r [moved from codes_Jairo_stage2/03_compute-sums-of-classesRANDOM-par_2009.r with 100% similarity]
code/stage2/src/03_compute-sums-of-classesRANDOM_2009.r [moved from codes_Jairo_stage2/03_compute-sums-of-classesRANDOM_2009.r with 100% similarity]
code/stage2/src/03_compute-sums-of-classesRANDOM_2010.r [moved from codes_Jairo_stage2/03_compute-sums-of-classesRANDOM_2010.r with 100% similarity]
code/stage2/src/03_compute-sums-of-classes_2009.r [moved from codes_Jairo_stage2/03_compute-sums-of-classes_2009.r with 100% similarity]
code/stage2/src/03_compute-sums-of-classes_2010-par.r [moved from codes_Jairo_stage2/03_compute-sums-of-classes_2010-par.r with 100% similarity]
code/stage2/src/03_compute-sums-of-classes_2010.r [moved from codes_Jairo_stage2/03_compute-sums-of-classes_2010.r with 100% similarity]
code/stage2/src/04_predictions.r [moved from codes_Jairo_stage2/04_predictions.r with 100% similarity]
code/stage2/src/05_cluster2step.r [moved from codes_Jairo_stage2/05_cluster2step.r with 100% similarity]
code/stage2/src/05_cluster2stepWER-RANDOM.r [moved from codes_Jairo_stage2/05_cluster2stepWER-RANDOM.r with 100% similarity]
code/stage2/src/05_cluster2stepWER-par.r [moved from codes_Jairo_stage2/05_cluster2stepWER-par.r with 100% similarity]
code/stage2/src/05_cluster2stepWER.r [moved from codes_Jairo_stage2/05_cluster2stepWER.r with 100% similarity]
code/stage2/src/06_predictions-ICAME.r [moved from codes_Jairo_stage2/06_predictions-ICAME.r with 100% similarity]
code/stage2/src/06_predictions-RANDOM.r [moved from codes_Jairo_stage2/06_predictions-RANDOM.r with 100% similarity]
code/stage2/src/06_predictions-par.r [moved from codes_Jairo_stage2/06_predictions-par.r with 100% similarity]
code/stage2/src/06_predictions.r [moved from codes_Jairo_stage2/06_predictions.r with 100% similarity]
code/stage2/src/analysis-SME.r [moved from codes_Jairo_stage2/analysis-SME.r with 100% similarity]
code/stage2/src/aux.r [moved from codes_Jairo_stage2/aux.r with 100% similarity]
code/stage2/src/aux2.r [moved from codes_Jairo_stage2/aux2.r with 100% similarity]
code/stage2/src/calendar_ir.txt [moved from codes_Jairo_stage2/calendar_ir.txt with 100% similarity]
code/stage2/src/calendar_transition_groups-1996-2011.txt [moved from codes_Jairo_stage2/calendar_transition_groups-1996-2011.txt with 100% similarity]
code/stage2/src/datesall.txt [moved from codes_Jairo_stage2/datesall.txt with 100% similarity]
code/stage2/src/descriptive-32K.r [moved from codes_Jairo_stage2/descriptive-32K.r with 100% similarity]
code/stage2/src/effectives-per-classe.r [moved from codes_Jairo_stage2/effectives-per-classe.r with 100% similarity]
code/stage2/src/identifs.txt [moved from codes_Jairo_stage2/identifs.txt with 100% similarity]
code/stage2/src/sowas-superseded.r [moved from codes_Jairo_stage2/sowas-superseded.r with 100% similarity]
codes_Jairo_stage2/old/export2csv.sh [deleted file]

diff --git a/codes_Jairo_stage2/old/export2csv.sh b/codes_Jairo_stage2/old/export2csv.sh
deleted file mode 100644 (file)
index 39ef399..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-sqlite3 indiv32000.db <<!
-.headers on
-.mode csv
-.output out.csv
-SELECT * FROM Conso2 LIMIT 15;
-!
-