W1_cl_centr: Parallel computation of the Wasserstein distances between...

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Parallel computation of the Wasserstein distances between cluster centroid and points in the cluster

Usage

1
W1_cl_centr(X_cumsum, rowInd, colInd, C_cumsum)

Arguments

X_cumsum

is a Filebacked data cummulative sum matrix n x N

rowInd

is a vector of the row indeces

colInd

is a vector of the column indeces

C_cumsum

is a vector of the cummulative sum of the cluster centroid

Value

The vector of the Wasserstein distances


chickn documentation built on Jan. 13, 2021, 10:53 p.m.

Related to W1_cl_centr in chickn...