sparse.step {simplifyNet}R Documentation

Iterative refitting sparsification step

Description

Recursive sparsification step for iterative refitting.

Usage

sparse.step(
  E_List,
  S_List,
  stepsize,
  spr_score,
  org_score,
  func,
  tol,
  per,
  connected
)

Details

Intended as internal function.

Value

Return sparsified edge list.

Author(s)

Andrew Kramer

Alexander Mercier


[Package simplifyNet version 0.0.1 Index]