| 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/clustering.R |
| 3 | \name{computeWerDists} |
| 4 | \alias{computeWerDists} |
| 5 | \title{computeWerDists} |
| 6 | \usage{ |
| 7 | computeWerDists(synchrones, ncores_clust = 1, verbose = FALSE, |
| 8 | parll = TRUE) |
| 9 | } |
| 10 | \arguments{ |
| 11 | \item{synchrones}{A big.matrix of synchrones, in rows. The series have same length |
| 12 | as the series in the initial dataset} |
| 13 | |
| 14 | \item{ncores_clust}{"OpenMP" number of parallel clusterings in one task} |
| 15 | |
| 16 | \item{verbose}{Level of verbosity (0/FALSE for nothing or 1/TRUE for all; devel stage)} |
| 17 | |
| 18 | \item{parll}{TRUE to fully parallelize; otherwise run sequentially (debug, comparison)} |
| 19 | } |
| 20 | \value{ |
| 21 | A matrix of size K1 x K1 |
| 22 | } |
| 23 | \description{ |
| 24 | Compute the WER distances between the synchrones curves (in rows), which are |
| 25 | returned (e.g.) by \code{computeSynchrones()} |
| 26 | } |