'update'
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 10 Apr 2017 16:06:30 +0000 (18:06 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 10 Apr 2017 16:06:30 +0000 (18:06 +0200)
epclust/R/computeWerDists.R

index 0ad5404..9938bc1 100644 (file)
@@ -12,8 +12,8 @@
 #' @return A distances matrix of size K x K where K == length(indices)
 #'
 #' @export
-computeWerDists <- function(indices, getSeries, nb_series_per_chunk, smooth_lvl=3, nvoice=4,
-       nbytes=4, endian=.Platform$endian, ncores=3, verbose=FALSE)
+computeWerDists <- function(indices, getSeries, nb_series_per_chunk, smooth_lvl=3,
+       nvoice=4, nbytes=4, endian=.Platform$endian, ncores=3, verbose=FALSE)
 {
        n <- length(indices)
        L <- length(getSeries(1)) #TODO: not very neat way to get L