.networkWorker {glmSparseNet}R Documentation

Worker to calculate edge weight for each pair of ix.i node and following

Description

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

Usage

.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'


[Package glmSparseNet version 1.10.0 Index]