Description Usage Arguments Value
Specify the number of clusters and initialize cluster membership assignments for a given sscs object.
1 |
sscs |
Object of class 'sscs' created by new_sscs(...). |
nclusters |
Integer number of clusters >= 1. |
balanced |
Boolean determining whether or not to bias the initial cluster memberships to be evenly distributed across clusters. Set to TRUE only if performance is an issue, otherwise use the default (FALSE) to keep the initial memberships unbiased. |
Returns an initialized sscs S3 object that can be iteratively updated using update_assignment(...).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.