MLRkNNOS | R Documentation |
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.
MLRkNNOS(D, k, tableVDM = NULL)
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 |
A mld object containing the preprocessed multilabel dataset
Sadhukhan, P., & Palit, S. (2019). Reverse-nearest neighborhood based oversampling for imbalanced, multi-label datasets. Pattern Recognition Letters, 125, 813-820
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.