Learn R Programming

rtemis (version 0.79)

clustSelect: 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

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

Arguments

clust

String: Clustering algorithm name. Case insensitive, supports partial matching. e.g. "hop" for HOPACH

fn

Logical: If TRUE, return function, otherwise name of function. Defaults to FALSE

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)