data_allocate_cluster: Allocate training data into the most probable cluster
Description
Allocate training data into the most probable cluster
Usage
data_allocate_cluster(trained_model)
Value
The original dataset used to train the MagmaClust model, with
additional 'Cluster' and associated 'Proba' columns, indicating the most
probable cluster for each individual/task at the end of the training
procedure.
Arguments
trained_model
A list, containing the information coming from a
MagmaClust model, previously trained using the
train_magmaclust function.