Convenience function to perform any rtemis clustering
clust(x, clust = "kmeans", x.test = NULL, verbose = TRUE, ...)
Numeric matrix / data frame: Input data
String: Decomposition algorithm name, e.g. "nmf" (case-insensitive)
Numeric matrix / Data frame: Testing set data if supported by clust
Logical: if TRUE, print messages to screen
Additional arguments to be passed to clusterer clust
rtClust object