# NOT RUN {
showClass("memrobmatrix")
#load cmr
data(testcmr);
#calculate membership robustness
mr <- memrob(testcmr$e1_kmeans_k3)
#get the full membership robustness matrix (matrix itself held in slot 'mrm')
mrm <- mr$resultmatrix@mrm;
# }
Run the code above in your browser using DataLab