save state: wrong idea for indices repartition
[epclust.git] / epclust / tests / testthat / test.Filter.R
diff --git a/epclust/tests/testthat/test.Filter.R b/epclust/tests/testthat/test.Filter.R
deleted file mode 100644 (file)
index d94a5ac..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-TODO: test computeMedoids + filter
-#              #R-equivalent, requiring a matrix (thus potentially breaking "fit-in-memory" hope)
-#              mat_meds = medoids[,]
-#              mi = rep(NA,nb_series)
-#              for (i in 1:nb_series)
-#                      mi[i] <- which.min( rowSums( sweep(mat_meds, 2, ref_series[i,], '-')^2 ) )
-#              rm(mat_meds); gc()
-