E_parallel: Euclidean distance

Description Usage Arguments Details

View source: R/RcppExports.R

Description

Euclidean distance

Usage

1
E_parallel(X, C, set_c)

Arguments

X

A Filebacked Big Matrix n \times N.

C

A Filebacked Big Matrix N \times l, which stores the Euclidean distances.

set_c

Column index vector. The data vector indices for which the Euclidean distances are computed.

Details

The Euclidean distances are computed between the data vectors from set_c and all columns of X.


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

Related to E_parallel in chickn...