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