run_kmeans_clustering | R Documentation |
k
.Run k-means clustering for a specific k
.
run_kmeans_clustering(
sce,
kmeans_k,
is_integration,
dimred = "pca",
nstart = 25,
iter.max = 1000
)
sce |
A |
kmeans_k |
An integer scalar: number of clusters for k-means. |
is_integration |
A logical scalar: if |
dimred |
A character scalar: name of matrix in |
nstart , iter.max |
Passed to |
A tibble
whose columns are mostly self-explanatory, except the data
column, which is of list
type and
contains an another tibble
with kmeans_object
column holding an object of class kmeans
returned from
the stats::kmeans()
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.