X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=epclust%2FR%2Fde_serialize.R;h=cb964b6c1a83492bc5cd287939bedda9900518e3;hb=3fb6e823601002c44ffbf913e83c8d24cfa1e819;hp=eba6772c69b8052add0567a13d7d2c6e3bcee6a1;hpb=282342bafdc9ff65c5df98c6e2304d63b33b9fb2;p=epclust.git diff --git a/epclust/R/de_serialize.R b/epclust/R/de_serialize.R index eba6772..cb964b6 100644 --- a/epclust/R/de_serialize.R +++ b/epclust/R/de_serialize.R @@ -7,18 +7,18 @@ #' must be provided -- thus \code{binarize} will most likely be used first #' (and then a function defined to seek in generated binary file) #' -#' @param data_ascii Either a matrix (by columns) or CSV file or connection (by rows) -#' @param data_bin_file Name of binary file on output of (\code{binarize}) -#' or input of (\code{getDataInFile}) -#' @param nb_per_chunk Number of lines to process in one batch (big.matrix or connection) +#' @param data_ascii Matrix (by columns) or CSV file or connection (by rows) +#' @param data_bin_file Name of binary file on output of \code{binarize()} +#' or input of \code{getDataInFile()} +#' @param nb_per_chunk Number of lines to process in one batch #' @param getData Function to retrieve data chunks #' @param transform Transformation function to apply on data chunks #' @param indices Indices of the lines to retrieve #' @inheritParams claws #' -#' @return For \code{getDataInFile()}, the matrix with rows corresponding to the -#' requested indices. \code{binarizeTransform} returns the number of processed lines. -#' \code{binarize} is designed to serialize in several calls, thus returns nothing. +#' @return For \code{getDataInFile()}, a matrix with columns corresponding to the +#' requested indices. \code{binarizeTransform()} returns the number of processed lines. +#' \code{binarize()} is designed to serialize in several calls, thus returns nothing. #' #' @name de_serialize #' @rdname de_serialize