X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=pkg%2Fman%2FcomputeWerDists.Rd;fp=pkg%2Fman%2FcomputeWerDists.Rd;h=cc90a74056c8fec76c448d6d8e8522ce2b64a91e;hp=0000000000000000000000000000000000000000;hb=e906736ea27105237e84c904dce6170353726292;hpb=57f337af19cd6251815bb1ff2d62f4c58e8b6078 diff --git a/pkg/man/computeWerDists.Rd b/pkg/man/computeWerDists.Rd new file mode 100644 index 0000000..cc90a74 --- /dev/null +++ b/pkg/man/computeWerDists.Rd @@ -0,0 +1,26 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/clustering.R +\name{computeWerDists} +\alias{computeWerDists} +\title{computeWerDists} +\usage{ +computeWerDists(synchrones, ncores_clust = 1, verbose = FALSE, + parll = TRUE) +} +\arguments{ +\item{synchrones}{A big.matrix of synchrones, in rows. The series have same length +as the series in the initial dataset} + +\item{ncores_clust}{"OpenMP" number of parallel clusterings in one task} + +\item{verbose}{Level of verbosity (0/FALSE for nothing or 1/TRUE for all; devel stage)} + +\item{parll}{TRUE to fully parallelize; otherwise run sequentially (debug, comparison)} +} +\value{ +A matrix of size K1 x K1 +} +\description{ +Compute the WER distances between the synchrones curves (in rows), which are +returned (e.g.) by \code{computeSynchrones()} +}