powered by
Execution of the classification algorithm
main_worker(algo, ...)
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)
A string indicating the algorithm to use (one of FCM, GFCM, SGFCM)
all the required arguments for the algorithm to use
#This is an internal function, no example provided
Run the code above in your browser using DataLab