clust: Clustering with 'rtemis'

View source: R/clust.R

clustR Documentation

Clustering with rtemis

Description

Convenience function to perform any rtemis clustering

Usage

clust(x, clust = "kmeans", x.test = NULL, verbose = TRUE, ...)

Arguments

x

Numeric matrix / data frame: Input data

clust

Character: Decomposition algorithm name, e.g. "nmf" (case-insensitive)

x.test

Numeric matrix / Data frame: Testing set data if supported by clust

verbose

Logical: if TRUE, print messages to screen

...

Additional arguments to be passed to clusterer clust

Value

rtClust object

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on March 28, 2024, 12:53 p.m.