Sets debugging in parallelpam package to ON (with TRUE) or OFF (with FALSE) for both parts of it.
On package load the default status is OFF.
Setting debugging of any part to ON shows a message. Setting to OFF does not show anything (since debugging is OFF...)
Usage
ParallelpamSetDebug(deb = TRUE, debjmat = FALSE)
Value
No return value, called for side effects (internal boolean flag changed)
Arguments
deb
boolean, TRUE to generate debug messages for the PAM algorithm and FALSE to turn them off. Default: true.
debjmat
boolean, TRUE to generate debug messages for the jmatrix part inside this package and FALSE to turn them off. Default: false