Mykyta Zharov
14/12/2019
Using R we can easily solve different clustering problems. There are different clustering algorithms and it is essentially to try different algorithms before stating the results. As an example the R Shiny apllication was built, that solves clustering problem for the iris data set, using the following algorithms:
In the application there are several inpus, which a user can change.
After selecting desired inputs, a user can observe the visual
result of solving a clustering problem on the plot. For example, for K-means clustering and 3 clusters for variables Sepal.Length and Sepal.Width a user will see the following output: