IntraDist: Computation of the Wasserstein distances between cluster...

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Computation of the Wasserstein distances between cluster centroid and signals in the cluster

Usage

1
IntraDist(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 IntraDist in chickn...