Learn R Programming

parallelpam (version 1.4.3)

ParallelpamSetDebug: 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)

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 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

Examples

Run this code
ParallelpamSetDebug(TRUE,debjmat=TRUE)
ParallelpamSetDebug(TRUE,debjmat=FALSE)

Run the code above in your browser using DataLab