ParallelpamSetDebug {parallelpam} | R Documentation |
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...)
ParallelpamSetDebug(deb = TRUE, debjmat = FALSE)
deb |
boolean, TRUE to generate debug messages for the PAM algorithm and silhouette calculation 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 |
No return value, called for side effects (internal boolean flag changed)
ParallelpamSetDebug(TRUE,debjmat=TRUE)
ParallelpamSetDebug(TRUE,debjmat=FALSE)