First commit
[epclust.git] / pkg / man / computeMedoidsIndices.Rd
CommitLineData
b7cd987d
BA
1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/RcppExports.R
3\name{computeMedoidsIndices}
4\alias{computeMedoidsIndices}
5\title{computeMedoidsIndices}
6\usage{
7computeMedoidsIndices(pMedoids, ref_series)
8}
9\arguments{
10\item{pMedoids}{External pointer}
11
12\item{ref_series}{reference series}
13}
14\value{
15A map serie number -> medoid index
16}
17\description{
18Compute medoids indices
19}