select_clust | R Documentation |
Accepts clusterer name (supports abbreviations) and returns rtemis function name or the function itself. If run with no parameters, prints list of available algorithms.
select_clust(clust, fn = FALSE, desc = FALSE)
clust |
Character: Clustering algorithm name. Case insensitive, supports partial matching. e.g. "hop" for HOPACH |
fn |
Logical: If TRUE, return function, otherwise name of function. |
desc |
Logical: If TRUE, return full name of algorithm |
Name of function (Default) or function (fn=TRUE
) or full name
of algorithm (desc=TRUE
)
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.