Auxiliary function used by MLSMOTE. Creates a synthetic sample based on values of attributes and labels of its neighbors
newSample(seedInstance, refNeigh, neighbors, strategy, D)
A synthetic sample derived from the one passed as a parameter and its neighbors
Sample we are using as "template"
Reference neighbor
Neighbors to take into account
Strategy for choosing the synthetic labels: union, intersection or ranking
mld mldr
object with the multilabel dataset to preprocess