필터 지우기
필터 지우기

How to validate my result of anomaly detection using k means clustering??

조회 수: 2 (최근 30일)
BR
BR 2017년 8월 18일
댓글: BR 2017년 8월 19일
I had a synthetic data set with an artificially injected anomaly at some point. I wanted to detect that anomaly using unsupervised learning techniques. So, I ran some of the processing on the data and in the end finally used k means clustering to detect it. I used 3 clusters (coz that was the best solution possible) and finally got the locations of the added anomaly (using the distance metric from centroid) with some results for the other clusters as well.
Now how to critically evaluate the performance of my approach??

채택된 답변

Image Analyst
Image Analyst 2017년 8월 18일
How about just computing the percentage of time it correctly detected the anomaly?
If you wanted to go further you could very the distance from known centroids and compute the ROC curve.
  댓글 수: 1
BR
BR 2017년 8월 19일
Well, I think this is all i have to do. Coz for unsupervised learning, I think there's no way other than running the same clustering program for several times and calculating the number of times, it detected correctly.
Thanks

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by