main_worker | R Documentation |
Execution of the classification algorithm
main_worker(algo, ...)
algo |
A string indicating the algorithm to use (one of FCM, GFCM, SGFCM) |
... |
all the required arguments for the algorithm to use |
A named list with
Centers: a dataframe describing the final centers of the groups
Belongings: the final membership matrix
Groups: a vector with the names of the most likely group for each observation
Data: the dataset used to perform the clustering (might be standardized)
#This is an internal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.