major folder reorganisation, R pkg is now epclust/ at first level. Experimental usage...
authorBenjamin Auder <benjamin.auder@somewhere>
Sat, 14 Jan 2017 17:08:56 +0000 (18:08 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sat, 14 Jan 2017 17:08:56 +0000 (18:08 +0100)
commit7709d507dfab9256a401f2c77ced7bc70d90fec3
tree527d5809021d037a8067f6bd53be5d08919db2e2
parent38aef1cbef037257bf03dd1e65fbb682a32e3f2c
major folder reorganisation, R pkg is now epclust/ at first level. Experimental usage of git-annex
119 files changed:
.gitignore
2016_12-notes.txt [deleted file]
CR [deleted file]
TODO
biblio/Forecasting_Uncertainty_by_Boosting_Additive_Quantile_Regression-BenTaieb2016.pdf [new symlink]
biblio/Householders_Mental_Models_of_Domestic_Energy_Consumption-GabeThomas2016.pdf [new symlink]
biblio/Knowledge_Mining_the_Australian_Smart_Grid_Smart_City_Data-Foliente2015.pdf [new symlink]
code/draft_R_pkg/LICENSE [deleted file]
code/draft_R_pkg/vignettes/TODO.Rnw [deleted file]
communication/.gitignore [deleted file]
communication/short_paper/.gitkeep [deleted file]
communication/slides/.gitkeep [deleted file]
contrat/2016_IRSDIproject_v3.pdf [new symlink]
contrat/2016_IRSDIproject_v3.tex [new file with mode: 0644]
contrat/biblio_irsdi.bib [new file with mode: 0644]
data/.gitignore [new file with mode: 0644]
data/README [new file with mode: 0644]
epclust/.gitignore [new file with mode: 0644]
epclust/DESCRIPTION [moved from code/draft_R_pkg/DESCRIPTION with 96% similarity]
epclust/LICENSE [new file with mode: 0644]
epclust/R/algorithms.R [moved from code/draft_R_pkg/R/algorithms.R with 100% similarity]
epclust/R/defaults.R [moved from code/draft_R_pkg/R/defaults.R with 100% similarity]
epclust/R/main.R [moved from code/draft_R_pkg/R/main.R with 100% similarity]
epclust/README.md [moved from code/draft_R_pkg/README.md with 100% similarity]
epclust/man/epclust-package.Rd [moved from code/draft_R_pkg/man/epclust-package.Rd with 100% similarity]
epclust/tests/testthat.R [moved from code/draft_R_pkg/tests/testthat.R with 100% similarity]
epclust/tests/testthat/test.TODO.R [moved from code/draft_R_pkg/tests/testthat/test.TODO.R with 100% similarity]
epclust/vignettes/.gitignore [new file with mode: 0644]
epclust/vignettes/epclust.ipynb [new file with mode: 0644]
old_C_code/.gitignore [moved from code/.gitignore with 67% similarity]
old_C_code/README [moved from code/README with 100% similarity]
old_C_code/stage1/src/Algorithm/compute_coefficients.c [moved from code/stage1/src/Algorithm/compute_coefficients.c with 100% similarity]
old_C_code/stage1/src/Algorithm/compute_coefficients.h [moved from code/stage1/src/Algorithm/compute_coefficients.h with 100% similarity]
old_C_code/stage1/src/Algorithm/get_dissimilarities.c [moved from code/stage1/src/Algorithm/get_dissimilarities.c with 100% similarity]
old_C_code/stage1/src/Algorithm/get_dissimilarities.h [moved from code/stage1/src/Algorithm/get_dissimilarities.h with 100% similarity]
old_C_code/stage1/src/Algorithm/pam.c [moved from code/stage1/src/Algorithm/pam.c with 100% similarity]
old_C_code/stage1/src/Algorithm/pam.h [moved from code/stage1/src/Algorithm/pam.h with 100% similarity]
old_C_code/stage1/src/CMakeLists.txt [moved from code/stage1/src/CMakeLists.txt with 100% similarity]
old_C_code/stage1/src/Classification/_Readme [moved from code/stage1/src/Classification/_Readme with 100% similarity]
old_C_code/stage1/src/Classification/getClass.c [moved from code/stage1/src/Classification/getClass.c with 100% similarity]
old_C_code/stage1/src/Classification/getClass.h [moved from code/stage1/src/Classification/getClass.h with 100% similarity]
old_C_code/stage1/src/MPI_Communication/pack.c [moved from code/stage1/src/MPI_Communication/pack.c with 100% similarity]
old_C_code/stage1/src/MPI_Communication/pack.h [moved from code/stage1/src/MPI_Communication/pack.h with 100% similarity]
old_C_code/stage1/src/MPI_Communication/unpack.c [moved from code/stage1/src/MPI_Communication/unpack.c with 100% similarity]
old_C_code/stage1/src/MPI_Communication/unpack.h [moved from code/stage1/src/MPI_Communication/unpack.h with 100% similarity]
old_C_code/stage1/src/MPI_Main/master.c [moved from code/stage1/src/MPI_Main/master.c with 100% similarity]
old_C_code/stage1/src/MPI_Main/master.h [moved from code/stage1/src/MPI_Main/master.h with 100% similarity]
old_C_code/stage1/src/MPI_Main/slave.c [moved from code/stage1/src/MPI_Main/slave.c with 100% similarity]
old_C_code/stage1/src/MPI_Main/slave.h [moved from code/stage1/src/MPI_Main/slave.h with 100% similarity]
old_C_code/stage1/src/TimeSeries/deserialize.c [moved from code/stage1/src/TimeSeries/deserialize.c with 100% similarity]
old_C_code/stage1/src/TimeSeries/deserialize.h [moved from code/stage1/src/TimeSeries/deserialize.h with 100% similarity]
old_C_code/stage1/src/TimeSeries/serialize.c [moved from code/stage1/src/TimeSeries/serialize.c with 100% similarity]
old_C_code/stage1/src/TimeSeries/serialize.h [moved from code/stage1/src/TimeSeries/serialize.h with 100% similarity]
old_C_code/stage1/src/Util/rng.c [moved from code/stage1/src/Util/rng.c with 100% similarity]
old_C_code/stage1/src/Util/rng.h [moved from code/stage1/src/Util/rng.h with 100% similarity]
old_C_code/stage1/src/Util/types.h [moved from code/stage1/src/Util/types.h with 100% similarity]
old_C_code/stage1/src/Util/utils.c [moved from code/stage1/src/Util/utils.c with 100% similarity]
old_C_code/stage1/src/Util/utils.h [moved from code/stage1/src/Util/utils.h with 100% similarity]
old_C_code/stage1/src/main.c [moved from code/stage1/src/main.c with 99% similarity]
old_C_code/stage1/src/main.sh [moved from code/stage1/src/main.sh with 100% similarity]
old_C_code/stage1/test/Algorithm/t.compute_coefficients.c [moved from code/stage1/test/Algorithm/t.compute_coefficients.c with 100% similarity]
old_C_code/stage1/test/Algorithm/t.pam.c [moved from code/stage1/test/Algorithm/t.pam.c with 100% similarity]
old_C_code/stage1/test/CMakeLists.txt [moved from code/stage1/test/CMakeLists.txt with 100% similarity]
old_C_code/stage1/test/MPI_Communication/t.pack.c [moved from code/stage1/test/MPI_Communication/t.pack.c with 100% similarity]
old_C_code/stage1/test/MPI_Communication/t.unpack.c [moved from code/stage1/test/MPI_Communication/t.unpack.c with 100% similarity]
old_C_code/stage1/test/TimeSeries/t.deserialize.c [moved from code/stage1/test/TimeSeries/t.deserialize.c with 100% similarity]
old_C_code/stage1/test/TimeSeries/t.serialize.c [moved from code/stage1/test/TimeSeries/t.serialize.c with 100% similarity]
old_C_code/stage1/test/Util/t.rng.c [moved from code/stage1/test/Util/t.rng.c with 100% similarity]
old_C_code/stage1/test/Util/t.utils.c [moved from code/stage1/test/Util/t.utils.c with 100% similarity]
old_C_code/stage1/test/lut.h [moved from code/stage1/test/lut.h with 100% similarity]
old_C_code/stage1/test/main.c [moved from code/stage1/test/main.c with 100% similarity]
old_C_code/stage1/test/tdata/integers.txt [moved from code/stage1/test/tdata/integers.txt with 100% similarity]
old_C_code/stage1/test/tdata/reals.txt [moved from code/stage1/test/tdata/reals.txt with 100% similarity]
old_C_code/stage1/test/tdata/sample_byCols.bin [moved from code/stage1/test/tdata/sample_byCols.bin with 100% similarity]
old_C_code/stage1/test/tdata/sample_byCols.csv [moved from code/stage1/test/tdata/sample_byCols.csv with 100% similarity]
old_C_code/stage1/test/tdata/sample_byRows.bin [moved from code/stage1/test/tdata/sample_byRows.bin with 100% similarity]
old_C_code/stage1/test/tdata/sample_byRows.csv [moved from code/stage1/test/tdata/sample_byRows.csv with 100% similarity]
old_C_code/stage1/wrapper.R [moved from code/stage1/wrapper.R with 85% similarity]
old_C_code/stage2/src/.gitkeep [moved from code/stage2/src/.gitkeep with 100% similarity]
old_C_code/stage2/src/00_convertir-donnnes_2009.r [moved from code/stage2/src/00_convertir-donnnes_2009.r with 100% similarity]
old_C_code/stage2/src/00_convertir-donnnes_2010.r [moved from code/stage2/src/00_convertir-donnnes_2010.r with 100% similarity]
old_C_code/stage2/src/01_extract-features_2009.r [moved from code/stage2/src/01_extract-features_2009.r with 100% similarity]
old_C_code/stage2/src/01_extract-features_2010.r [moved from code/stage2/src/01_extract-features_2010.r with 100% similarity]
old_C_code/stage2/src/02_cluster_2009.r [moved from code/stage2/src/02_cluster_2009.r with 100% similarity]
old_C_code/stage2/src/03_compute-sums-of-classes_2009.r [moved from code/stage2/src/03_compute-sums-of-classes_2009.r with 100% similarity]
old_C_code/stage2/src/05_cluster2stepWER.r [moved from code/stage2/src/05_cluster2stepWER.r with 100% similarity]
old_C_code/stage2/src/06_predictions.r [moved from code/stage2/src/06_predictions.r with 100% similarity]
old_C_code/stage2/src/unused/00_convertir-donnnes_2011.r [moved from code/stage2/src/unused/00_convertir-donnnes_2011.r with 100% similarity]
old_C_code/stage2/src/unused/00_createCalendar.r [moved from code/stage2/src/unused/00_createCalendar.r with 100% similarity]
old_C_code/stage2/src/unused/00_plots-energycon.r [moved from code/stage2/src/unused/00_plots-energycon.r with 100% similarity]
old_C_code/stage2/src/unused/01_StBr.r [moved from code/stage2/src/unused/01_StBr.r with 100% similarity]
old_C_code/stage2/src/unused/01_extract-features2_2009.r [moved from code/stage2/src/unused/01_extract-features2_2009.r with 100% similarity]
old_C_code/stage2/src/unused/02_cluster-par_2009.r [moved from code/stage2/src/unused/02_cluster-par_2009.r with 100% similarity]
old_C_code/stage2/src/unused/03_compute-sums-of-classes-par_2009.r [moved from code/stage2/src/unused/03_compute-sums-of-classes-par_2009.r with 100% similarity]
old_C_code/stage2/src/unused/03_compute-sums-of-classesRANDOM-par_2009.r [moved from code/stage2/src/unused/03_compute-sums-of-classesRANDOM-par_2009.r with 100% similarity]
old_C_code/stage2/src/unused/03_compute-sums-of-classesRANDOM_2009.r [moved from code/stage2/src/unused/03_compute-sums-of-classesRANDOM_2009.r with 100% similarity]
old_C_code/stage2/src/unused/03_compute-sums-of-classesRANDOM_2010.r [moved from code/stage2/src/unused/03_compute-sums-of-classesRANDOM_2010.r with 100% similarity]
old_C_code/stage2/src/unused/03_compute-sums-of-classes_2010-par.r [moved from code/stage2/src/unused/03_compute-sums-of-classes_2010-par.r with 100% similarity]
old_C_code/stage2/src/unused/03_compute-sums-of-classes_2010.r [moved from code/stage2/src/unused/03_compute-sums-of-classes_2010.r with 100% similarity]
old_C_code/stage2/src/unused/04_predictions.r [moved from code/stage2/src/unused/04_predictions.r with 100% similarity]
old_C_code/stage2/src/unused/05_cluster2step.r [moved from code/stage2/src/unused/05_cluster2step.r with 100% similarity]
old_C_code/stage2/src/unused/05_cluster2stepWER-RANDOM.r [moved from code/stage2/src/unused/05_cluster2stepWER-RANDOM.r with 100% similarity]
old_C_code/stage2/src/unused/05_cluster2stepWER-par.r [moved from code/stage2/src/unused/05_cluster2stepWER-par.r with 100% similarity]
old_C_code/stage2/src/unused/06_predictions-ICAME.r [moved from code/stage2/src/unused/06_predictions-ICAME.r with 100% similarity]
old_C_code/stage2/src/unused/06_predictions-RANDOM.r [moved from code/stage2/src/unused/06_predictions-RANDOM.r with 100% similarity]
old_C_code/stage2/src/unused/06_predictions-par.r [moved from code/stage2/src/unused/06_predictions-par.r with 100% similarity]
old_C_code/stage2/src/unused/analysis-SME.r [moved from code/stage2/src/unused/analysis-SME.r with 100% similarity]
old_C_code/stage2/src/unused/aux.r [moved from code/stage2/src/unused/aux.r with 100% similarity]
old_C_code/stage2/src/unused/aux2.r [moved from code/stage2/src/unused/aux2.r with 100% similarity]
old_C_code/stage2/src/unused/calendar_ir.txt [moved from code/stage2/src/unused/calendar_ir.txt with 100% similarity]
old_C_code/stage2/src/unused/calendar_transition_groups-1996-2011.txt [moved from code/stage2/src/unused/calendar_transition_groups-1996-2011.txt with 100% similarity]
old_C_code/stage2/src/unused/datesall.txt [moved from code/stage2/src/unused/datesall.txt with 100% similarity]
old_C_code/stage2/src/unused/descriptive-32K.r [moved from code/stage2/src/unused/descriptive-32K.r with 100% similarity]
old_C_code/stage2/src/unused/effectives-per-classe.r [moved from code/stage2/src/unused/effectives-per-classe.r with 100% similarity]
old_C_code/stage2/src/unused/identifs.txt [moved from code/stage2/src/unused/identifs.txt with 100% similarity]
old_C_code/stage2/src/unused/sowas-superseded.r [moved from code/stage2/src/unused/sowas-superseded.r with 100% similarity]
old_C_code/stage2/test/.gitkeep [moved from code/stage2/test/.gitkeep with 100% similarity]
slides/.gitignore [new file with mode: 0644]
slides/presentation.ipynb [new file with mode: 0644]