Description Usage Arguments Value
View source: R/buildDuplicityTablePairs.R
Builds a data.table object with two columns: device ID and the duplicity probability for each device. This function is called in case of using the "pairs" method of computing the duplicity probabilities, receiving a list of data.table objects returned by each worker node with the device IDs on the first two columns and the corresponding duplicity probability on the third column. It is a utility function and it should not be called from outside the package.
1 | buildDuplicityTablePairs(res, devices)
|
res |
A list of data.table objects returned by each worker node with the device IDs on the first two columns and the corresponding duplicity probability on the third column for (the pair of devices in the first two columns). |
devices |
A vector with device IDs. |
A data.table object with two columns: the device ID and the corresponding duplicity probability for each device.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.