- data
matrix or data frame. The data parameter can be also a dissimilarity matrix, where the main diagonal equals 0.0 and the number of rows equals the number of columns
- clusters
the number of clusters
- distance_metric
a string specifying the distance method. One of, euclidean, manhattan, chebyshev, canberra, braycurtis, pearson_correlation, simple_matching_coefficient, minkowski, hamming, jaccard_coefficient, Rao_coefficient, mahalanobis, cosine
- minkowski_p
a numeric value specifying the minkowski parameter in case that distance_metric = "minkowski"
- threads
an integer specifying the number of cores to run in parallel
- swap_phase
either TRUE or FALSE. If TRUE then both phases ('build' and 'swap') will take place. The 'swap_phase' is considered more computationally intensive.
- fuzzy
either TRUE or FALSE. If TRUE, then probabilities for each cluster will be returned based on the distance between observations and medoids
- verbose
either TRUE or FALSE, indicating whether progress is printed during clustering
- seed
integer value for random number generator (RNG)