Description Usage Arguments Value Examples
Cluster assignment of documents/text elements.
1 2 3 4 5 6 7 | assign_cluster(x, ...)
## Default S3 method:
assign_cluster(x, ...)
## S3 method for class 'kmeans_cluster'
assign_cluster(x, ...)
|
x |
a |
... |
ignored. |
Returns an assign_cluster
object; a named vector of cluster
assignments with documents as names. The object also contains the original
data_storage
object.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.