clust | R Documentation |
Convenience function to perform any rtemis clustering
clust(x, clust = "kmeans", x.test = NULL, verbose = TRUE, ...)
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
|
verbose |
Logical: if TRUE, print messages to screen |
... |
Additional arguments to be passed to clusterer |
rtClust
object
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.