Shiny App for K-Means

Hello,

I've seen an interesting shiny app for k-means clustering, that allows users to specify the number of clusters.

Does anyone know of a demo of a shiny app that also allows to include and remove specific features?

This would help me getting started with the code.

Thank you so much for helping!

...

I would look at creating checkboxes based on the columns of the data, then only including the subset of columns checked.

I think this will illuminate your way,
https://shiny.rstudio.com/gallery/datatables-demo.html

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.