Clustering in Power BI using R
Here, I've used the famous Iris Flower dataset to show the clustering in Power BI using R. I've used the K-means clustering method to show the different species of Iris flower. About the dataset: The Iris dataset has 5 attributes (Sepal length, Sepal width, Petal width, Petal length, Species). The 3 different species are named as Setosa, Versicolor and Virginica. It is observed that, the Petal Length and Petal Width are similar in each Species, hence I have considered Petal Length for x axis and Petal Width for y axis to plot a graph. K-means Clustering: K means is a non-hierarchical iterative clustering technique.In this technique we start by randomly assigning the data points to clusters.
Mar-16-2018, 06:10:37 GMT
- Technology: