update_weights: update_weights: Part of DCEM package.

Description Usage Arguments Value

View source: R/dcem_em_utils.R

Description

Update the probability values for specific data points that change between the heaps.

Usage

1
update_weights(temp_weights, weights, index_list, num_clusters)

Arguments

temp_weights

(matrix): A matrix of probabilistic weights for leaf data.

weights

(matrix): A matrix of probabilistic weights for all data.

index_list

(vector): A vector of indices.

num_clusters

(numeric): The number of clusters.

Value

Updated probabilistic weights matrix.


parichit/DCEM documentation built on Jan. 22, 2022, 6:13 p.m.