| 1 | # Generated by roxygen2: do not edit by hand |
| 2 | |
| 3 | export(binarize) |
| 4 | export(binarizeTransform) |
| 5 | export(claws) |
| 6 | export(clusteringTask1) |
| 7 | export(clusteringTask2) |
| 8 | export(computeClusters1) |
| 9 | export(computeClusters2) |
| 10 | export(computeSynchrones) |
| 11 | export(computeWerDists) |
| 12 | export(curvesToContribs) |
| 13 | export(getDataInFile) |
| 14 | importFrom(Rcpp,evalCpp) |
| 15 | importFrom(Rcpp,sourceCpp) |
| 16 | importFrom(Rwave,cwt) |
| 17 | importFrom(bigmemory,as.big.matrix) |
| 18 | importFrom(bigmemory,big.matrix) |
| 19 | importFrom(bigmemory,is.big.matrix) |
| 20 | importFrom(cluster,pam) |
| 21 | importFrom(methods,is) |
| 22 | importFrom(parallel,clusterExport) |
| 23 | importFrom(parallel,makeCluster) |
| 24 | importFrom(parallel,parLapply) |
| 25 | importFrom(parallel,stopCluster) |
| 26 | importFrom(stats,spline) |
| 27 | importFrom(wavelets,dwt) |
| 28 | importFrom(wavelets,wt.filter) |
| 29 | useDynLib(epclust) |