breastw {dprep} | R Documentation |
This is the Breast Wisconsin dataset from the UCI Machine Learning Repository. Sixteen instances with missing values have been deleted from the original dataset.
data(breastw)
A data frame with 683 observations on the following 10 variables.
All the features assume values in the range 1-10. The original dataset contains 699 observations but 16 of them have been delate because contain missing values
The UCI Machine Learning Database Repository at:
#Detecting outliers in class-1 using the LOF algorithms--- data(breastw) maxlof(breastw[breastw[,10]==1,],name="",30,40)