MLRkNNOS {mldr.resampling} | R Documentation |
Reverse-nearest neighborhood based oversampling for imbalanced, multi-label datasets
Description
This function implements an algorithm that uses the concept of reverse nearest neighbors, in order to create new instances for each label. Then, several radial SVMs, one for each label, are trained in order to predict each label of the synthetic instances.
Usage
MLRkNNOS(D, k, tableVDM = NULL)
Arguments
D |
mld |
k |
Number of neighbors to be considered when creating a synthetic instance |
tableVDM |
Dataframe object containing previous calculations for faster processing. If it is empty, the algorithm will be slower |
Value
A mld object containing the preprocessed multilabel dataset
Source
Sadhukhan, P., & Palit, S. (2019). Reverse-nearest neighborhood based oversampling for imbalanced, multi-label datasets. Pattern Recognition Letters, 125, 813-820
[Package mldr.resampling version 0.2.3 Index]