buildAstar: buildAstar

Description Usage Arguments Details

View source: R/RcppExports.R

Description

Builds the A* matrix

Usage

1
buildAstar(foinew, ldfnew, grainsize, debug)

Arguments

foinew

numeric matrix representing the file of interest

ldfnew

numeric matrix representing the linking data file

grainsize

integer determining minimum grain size for parallisation

debug

Boolean indicating whether to output additional debugging information

Details

buildAstar takes a matrix representing the file of interest and a matrix representing the linking data file and creates a matrix that can then be used to generating linking scores. Reporting frequency as this occurs can be specified via the nreport option. This is implemented in C++ to provide a speed increase over implementing it directly in the R equivalent.


Scalelink documentation built on May 2, 2019, 8:29 a.m.