Description Usage Arguments Value
Estimate all co-occurence probabilities Pij using bootstrap and within-bag-samples
| 1 | co_occurrence_prob_all(data, cluster_function, iter = 1000)
 | 
| data | A matrix with data points. | 
| cluster_function | A clustering function that returns a set of cluster labels. | 
| iter | The number of iterations. Optional. Default is 1000. | 
A square matrix of size (nrow(data) x nrow(data)) containing the co-occurence probabilities of the items in the data matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.