select_clust: Select 'rtemis' Clusterer

View source: R/select_clust.R

select_clustR Documentation

Select rtemis Clusterer

Description

Accepts clusterer name (supports abbreviations) and returns rtemis function name or the function itself. If run with no parameters, prints list of available algorithms.

Usage

select_clust(clust, fn = FALSE, desc = FALSE)

Arguments

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 clust

Value

Name of function (Default) or function (fn=TRUE) or full name of algorithm (desc=TRUE)

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.