Description Usage Arguments Value
Internal. Wrapper function to call foreach, to keep the code tidy.
1 2 | runForeachLoop(nIters, propSamples, dataMatrix, K, clusterAlgorithm, verbose,
seed)
|
nIters |
number of iterations (bootstrap samples). |
propSamples |
proportion of items to sample in each bootstrap sample. |
dataMatrix |
matrix or data frame with data to cluster, samples/items in the columns and features in the rows. |
K |
vector of integers representing numbeer of clusters to evaluate. It can be of length 1 and it does not need to consist of consecutive integers. For example, either of |
clusterAlgorithm |
algorithm to perform the clustering, for the moment only K-means is available. |
verbose |
logical, print progress messages to screen. During the bootstrap iterations, a report to monitor the progress is created in |
seed |
numerical value to set random seed for reproducible results. It uses |
A list with the jointOccurrenceVector and consensusVector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.