buildDuplicityTablePairs: Builds a data.table object with device IDs and the duplicity...

Description Usage Arguments Value

View source: R/buildDuplicityTablePairs.R

Description

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.

Usage

1

Arguments

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.

Value

A data.table object with two columns: the device ID and the corresponding duplicity probability for each device.


bogdanoancea/deduplication documentation built on Dec. 2, 2020, 11:22 p.m.