ParallelpamSetDebug {parallelpam}R Documentation

ParallelpamSetDebug

Description

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)

Arguments

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

Value

No return value, called for side effects (internal boolean flag changed)

Examples

ParallelpamSetDebug(TRUE,debjmat=TRUE)
ParallelpamSetDebug(TRUE,debjmat=FALSE)

[Package parallelpam version 1.4 Index]