Accepts clusterer name (supports abbreviations) and returns rtemis function name or the function itself. If run with no parameters, prints list of available algorithms.
clustSelect(clust, fn = FALSE, desc = FALSE)
String: Clustering algorithm name. Case insensitive, supports partial matching. e.g. "hop" for HOPACH
Logical: If TRUE, return function, otherwise name of function. Defaults to FALSE
Logical: If TRUE, return full name of algorithm clust
Name of function (Default) or function (fn=TRUE
) or full name of algorithm (desc=TRUE
)