F33 {FlexRL}R Documentation

F33

Description

F33

Usage

F33(A, B, nvals)

Arguments

A

List with for each pattern in value, count of the records having the pattern in the concerned source

B

List with for each pattern in value, count of the records having the pattern in the concerned source

nvals

integer for the total number of possible patterns (among all sources)

Value

IntegerMatrix: nrow=nbr of potential links, ncol = 2, indicates the indices (of records from A, records from B) of records with matching patterns to be considered in the likelihood as potential links. It represents the cartesian product of both lists passed as parameters to represent all possible linked pairs of records.


[Package FlexRL version 0.1.0 Index]