Description Usage Arguments Details Value Author(s) See Also Examples
Create an umap object from the uwot::umap()
function.
1 | oppe_cpoe_umap(.data, .kmeans_map_tbl, .k_cluster = 5)
|
.data |
The data from the |
.kmeans_map_tbl |
The data from the |
.k_cluster |
Pick the desired amount of clusters from your analysis of the scree plot |
This takes in the user item table/matix that is produced by oppe_cpoe_user_item_tbl()
function. This function uses the defaults of uwot::umap()
A list of tibbles and the umap object
Steven P. Sanderson II, MPH
https://github.com/jlmelville/uwot (GitHub)
https://github.com/jlmelville/uwot (arXiv paper)
1 2 3 4 5 6 7 | ui_tbl <- oppe_cpoe_query() %>%
oppe_cpoe_tbl() %>%
oppe_cpoe_user_item_tbl()
kmm_tbl <- kmeans_mapped_tbl(ui_tbl)
oppe_cpoe_umap(.data = ui_tbl, kmm_tbl, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.