dot-networkWorker: Worker to calculate edge weight for each pair of ix.i node...

Description Usage Arguments Value

Description

Note that it assumes it does not calculate for index below and equal to ix.i

Usage

1
.networkWorker(fun, xdata, ix.i, ...)

Arguments

fun

function to be used, can be cor, cov or any other defined function

xdata

original data to calculate the function over

ix.i

starting index, this can be used to save ony upper triu

...

extra parameters for fun

Value

a vector with size 'ncol(xdata) - ix.i'


glmSparseNet documentation built on April 14, 2021, 6 p.m.