'update'
[epclust.git] / epclust / R / computeCoeffs.R
index 5bc4744..6ca55ee 100644 (file)
@@ -27,7 +27,7 @@ computeCoeffs = function(data, index, nb_series_per_chunk, wf)
        coeffs_chunk
 }
 
-#NOTE: always keep ID in first column
+#NOTE: always keep ID in first column (...? is it good ?!)
 curvesToCoeffs = function(series, wf)
 {
        if (!require(wavelets, quietly=TRUE))