co_occurrence_prob_all: Estimate all co-occurence probabilities Pij using bootstrap...

Description Usage Arguments Value

Description

Estimate all co-occurence probabilities Pij using bootstrap and within-bag-samples

Usage

1
co_occurrence_prob_all(data, cluster_function, iter = 1000)

Arguments

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.

Value

A square matrix of size (nrow(data) x nrow(data)) containing the co-occurence probabilities of the items in the data matrix.


bwrc/corecluster-r documentation built on May 13, 2019, 9:12 a.m.