use Rcpp; ongoing debug for parallel synchrones computation
[epclust.git] / TODO
diff --git a/TODO b/TODO
index f5e0015..199a59f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,3 +26,24 @@ utiliser Rcpp ?
 #fct qui pour deux series (ID, medoides) renvoie distance WER (Rwave ou à moi)
 #transformee croisee , smoothing lissage 3 composantes , + calcul pour WER
 #determiner nvoice noctave (entre octave + petit et + grand)
+
+#TODO: load some dataset ASCII CSV
+#data_bin_file <<- "/tmp/epclust_test.bin"
+#unlink(data_bin_file)
+
+#https://stat.ethz.ch/pipermail/r-help/2011-June/280133.html
+#randCov = function(d)
+#{
+#      x <- matrix(rnorm(d*d), nrow=d)
+#      x <- x / sqrt(rowSums(x^2))
+#      x %*% t(x)
+#}
+
+#TODO: soften condition clustering.R line 37 ?
+#regarder mapply et mcmapply pour le // (pas OK pour Windows ou GUI... mais ?)
+#TODO: map-reduce more appropriate R/clustering.R ligne 88
+#Alternative: use bigmemory to share series when CSV or matrix(...)
+
+#' @importFrom synchronicity boost.mutex lock unlock
+
+subtree: epclust, shared. This root folder should remain private