VEstep {ppsbm} | R Documentation |
VE step
Description
VE step
Usage
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 |
[Package ppsbm version 0.2.2 Index]