I want to evaluate the robustness of the clustering algorithm to noise ... How can I add noise to the data... Is there a well known method (such as salt and pepper in the image data)?
Ok in clustering DBSCAN is widely used to detect outliers and noise in your data so assuming that you already have noise in your original data you can use the algorithm to detect it first and then make Fata augmentation using the values obtained as outliers