In term of Data Clustering K-Mean Algorithm is the most popular. K-mean is basically used for clustering numeric data. Here, I implement k-mean algorithm through LearningApi to detect the anomaly from a data sate. From this Data cluster, Anomaly Detection is a process to find the unusual data which is different from other clustering data.