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)
A mld object containing the preprocessed multilabel dataset
mld mldr
object with the multilabel dataset to preprocess
Number of neighbors to be considered when creating a synthetic instance
Dataframe object containing previous calculations for faster processing. If it is empty, the algorithm will be slower