Abstract
The main aim of this paper is to detect anomaly in the dataset using the technique Outlier Removal Clustering (ORC) on IRIS dataset. This ORC technique simultaneously performs both K-means clustering and outlier detection. We have also shown the working of ORC technique. The datapoints which is far away from the cluster centroid are considered as outliers. The outliers affect the overall performance and result so the focus is on to detect the outliers in the dataset. Here, we have adopted the preprocessing technique to handle the missing data and categorical variable to get the accurate output. To select the initial centroid we have used Silhouette Coefficient.