X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=TODO;h=cd454f21189bebff085bdbcad0d368c9c560be4d;hb=65bd7506a22f58e425d5de32cd58b70efad2b2ab;hp=e4f87b5288da6418519ad999fb1de5b6c5f2681c;hpb=1568db29d0034a2b7363d288a7641d738fc0c57e;p=epclust.git diff --git a/TODO b/TODO index e4f87b5..cd454f2 100644 --- a/TODO +++ b/TODO @@ -13,3 +13,31 @@ 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