toward better ID+coeffs management
[epclust.git] / epclust / R / main.R
index 4159941..f5ad81a 100644 (file)
@@ -68,6 +68,7 @@ epclust = function(data, K1, K2, ntasks=1, nb_series_per_chunk=50*K1, min_series
 
        # Serialize all wavelets coefficients (+ IDs) onto a file
        coeffs_file = ".coeffs"
+       ids_files = ".ids"
        index = 1
        nb_curves = 0
        nb_coeffs = NA