Clustering Analysis in Execute R Script: Breast Cancer Data
In this experiment I perform a cluster analysis based on a k-mean algorithm by using the Execute R Script module in Azure ML.
Cluster analysis classifies a set of observations into two or more mutually exclusive unknown groups based on combinations of interval variables. In this experiment I decided to use a partitioning approach (k-mean) for my cluster analysis, and I used the Breast Cancer dataset and the Execute R Script module, both available in Azure ML studio.
In order to perform my cluster analysis, I followed the steps below:
1. I determined the number of clusters.
2. I plotted the results.
3. I performed the cluster analysis.
Created by a Microsoft employee.