Description Usage Arguments Details Value References Examples
The data sketch computation.
1 |
Data |
A Filebacked Big Matrix n x N. Data signals are stored in the matrix columns. |
W |
A frequency matrix m x n. The frequency vectors are stored in the matrix rows. |
ind.col |
Column indeces for which the data sketch is computed. By default all matrix columns. |
ncores |
Number of used cores. By default 1. If |
parallel |
logical parameter that indicates whether computations are performed on several cores in parallel or not. |
The sketch of the given data collection x_1, …, x_N is a vector of the length 2m. First m components of the data sketch vector correspond to its real part, i.e. \frac{1}{N} ∑_{i=1}^N \cos(W x_i). Last m components are its imaginary part, i.e. \frac{1}{N} ∑_{i=1}^N \sin(W x_i).
The data sketch vector.
DBLP:journals/corr/KerivenBGP16chickn.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.