X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=pkg%2Fman%2FcomputeMedoidsIndices.Rd;fp=pkg%2Fman%2FcomputeMedoidsIndices.Rd;h=d78ccfd7029349f97d1505c9001e79ffd2dcbaf2;hp=0000000000000000000000000000000000000000;hb=e906736ea27105237e84c904dce6170353726292;hpb=57f337af19cd6251815bb1ff2d62f4c58e8b6078 diff --git a/pkg/man/computeMedoidsIndices.Rd b/pkg/man/computeMedoidsIndices.Rd new file mode 100644 index 0000000..d78ccfd --- /dev/null +++ b/pkg/man/computeMedoidsIndices.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/RcppExports.R +\name{computeMedoidsIndices} +\alias{computeMedoidsIndices} +\title{computeMedoidsIndices} +\usage{ +computeMedoidsIndices(pMedoids, ref_series) +} +\arguments{ +\item{pMedoids}{External pointer} + +\item{ref_series}{reference series} +} +\value{ +A map serie number -> medoid index +} +\description{ +Compute medoids indices +}