Learn R Programming

DCEM (version 2.0.4)

update_weights: update_weights: Part of DCEM package.

Description

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

Usage

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.

References

Using data to build a better EM: EM* for big data.

Hasan Kurban, Mark Jenne, Mehmet M. Dalkilic (2016) <https://doi.org/10.1007/s41060-017-0062-1>.