## Not run: #Detecting top 10 outliers in class number 1 of Breastw using the LOF algorithm
# data(breastw)
# breastw=ce.impute(breastw,"median",1:9)
# breastw1.lof=maxlof(breastw[breastw[,10]==1,],name="Breast-Wisconsin",30,40)
# breastw1.lof[order(breastw1.lof,decreasing=TRUE)][1:10]
# ## End(Not run)
Run the code above in your browser using DataLab