Remove specified attributes generating a new multi-label dataset.
remove_attributes(mdata, attributes)
The mldr dataset to remove labels.
Attributes indexes or attributes names to be removed.
a new mldr object.
Other pre process:
fill_sparse_mldata()
,
normalize_mldata()
,
remove_labels()
,
remove_skewness_labels()
,
remove_unique_attributes()
,
remove_unlabeled_instances()
,
replace_nominal_attributes()
# NOT RUN {
toyml1 <- remove_attributes(toyml, c("iatt8","iatt9", "ratt10"))
toyml2 <- remove_attributes(toyml, 10)
# }
Run the code above in your browser using DataLab