VEstep: VE step

Description Usage Arguments

View source: R/vem_dynppsbm.R

Description

VE step

Usage

1
VEstep(VE, mstep, directed, sparse, method, epsilon, fix.iter, data)

Arguments

VE

Results of the previous VE step for iterative computation

mstep

Results of the previous mstep for iterative computation

directed

Boolean for directed (TRUE) or undirected (FALSE) case

sparse

Boolean for sparse (TRUE) or not sparse (FALSE) case

method

List of string. Can be "hist" for histogram method or "kernel" for kernel method

epsilon

Threshold for the stopping criterion of VEM and fixed point iterations

fix.iter

Maximum number of iterations of the fixed point

data

Data same of mainVEM


ppsbm documentation built on May 1, 2019, 11:26 p.m.