predict.sumapc | R Documentation |
Predict clusters based on a sumapc model
## S3 method for class 'sumapc'
predict(
object,
newdata,
batch = Inf,
multi_thread = TRUE,
verbose = FALSE,
...
)
object |
sumapc model. |
newdata |
a data matrix. |
batch |
integer. Split newdata in small batches reducing memory usage. |
multi_thread |
logical. |
verbose |
logical. |
... |
NOT USED. |
A vector of cluster numbers with length = nrow(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.