LPRUS {mldr.resampling} | R Documentation |
Randomly deletes instances with majoritary labelsets
Description
This function implements the LP-RUS algorithm. It is a preprocessing algorithm for imbalanced multilabel datasets, whose aim is to identify instances with majoritary labelsets, and randomly delete them from the original dataset.
Usage
LPRUS(D, P)
Arguments
D |
mld |
P |
Percentage in which the original dataset is increased |
Value
A mld object containing the preprocessed multilabel dataset
Source
Charte, F., Rivera, A. J., del Jesus, M. J., & Herrera, F. (2015). Addressing imbalance in multilabel classification: Measures and random resampling algorithms. Neurocomputing, 163, 3-16.
Examples
library(mldr)
LPRUS(birds, 25)
[Package mldr.resampling version 0.2.3 Index]