data_allocate_cluster {MagmaClustR} | R Documentation |
Allocate training data into the most probable cluster
Description
Allocate training data into the most probable cluster
Usage
data_allocate_cluster(trained_model)
Arguments
trained_model |
A list, containing the information coming from a
MagmaClust model, previously trained using the
|
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.
Examples
TRUE
[Package MagmaClustR version 1.2.1 Index]