Description Usage Arguments Value See Also
View source: R/clustering.mode.R
(Internal function) Select a clustering method to be used for the ipcaps process.
1 | clustering.mode(node, work.dir, method, silence.mode = FALSE, seed = NULL)
|
node |
An integer representing the current node number which is being analyzed. |
work.dir |
A working directory. |
method |
A clustering method selected from the |
silence.mode |
To enable or disable silence mode. If silence mode is enabled, the fuction is processed without printing any message on the screen, and it is slightly faster. Default = TRUE. |
seed |
To specify a seed number for random generator. Default = NA, which means that a seed number is automatically chose. |
A vector of cluster assignment, for which cluster each individual belongs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.