X-Git-Url: https://git.auder.net/images/pieces/Cwda/bd.svg?a=blobdiff_plain;f=TODO;h=cd454f21189bebff085bdbcad0d368c9c560be4d;hb=edce33d3763c46a67e170e09cce4400caf605844;hp=4aa334daefe3db65865a2de34c8747fdb5d1f579;hpb=572d139adaf3ca05e1c25ad29a71d3b38f0bcef8;p=epclust.git diff --git a/TODO b/TODO index 4aa334d..cd454f2 100644 --- a/TODO +++ b/TODO @@ -11,3 +11,33 @@ wavelets methods in statistics with R - p180 Essayer distance wdist du package biwavelet ? geometric structure of high dim data and dim reduction 2011 + +https://docs.docker.com/engine/getstarted/step_one/ + +A faire: + - finir les experiences (sur nb de classes, nb de curves / chunk, nb de procs) + et sur d'autres architectures + +dans old_C_code/build : +cmake ../stage1/src +make + +dans data/, lancer R puis : +source("../old_C_code/wrapper.R") +serialize("../old_C_code/build", "2009.csv","2009.bin",1) +library(parallel) +np = detectCores() +nbSeriesPerChunk = 3000 +nbClusters = 20 +ppam_exe("../old_C_code/build",np,"2009.bin",nbSeriesPerChunk,nbClusters) +C = getMedoids("../old_C_code/build", "ppamResult.xml", "ppamFinalSeries.bin") +first100series = deserialize("../old_C_code/build", "2009.bin", "2009.csv.part", "1-100") +distor = getDistor("../old_C_code/build", "ppamResult.xml", "2009.bin") + +- interface matrice -> binaire + OK + + - courbe synchrone + ?? + +Piste à explorer pour les comparaisons: H20