View source: R/kmeans.assign_resultDS.R
kmeans.assign_resultDS | R Documentation |
This function is called from the ds.kmeans function when assign = TRUE
,
it could be adapted to other functionalities checking if lengths are equal.
kmeans.assign_resultDS(x, ...)
x |
|
... |
|
data frame
With the original 'x' table with a column added named 'kmeans.cluster'.
The added column is encoded as a factor and as such passes through the disclosive check: checking if the
number of levels of the factor is more than nfilter.levels (percentage) of the length of the variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.