K-Nearest Neighbor OveRsampling approach (KNNOR)
Arguments
- dataset
listcontaining the following fields:embeddings: an 2-D array (matrix) with sizebatchxtimes*featureslabels: an 1-D array (vector) of integers withbatchelements
- k
unsigned integernumber of nearest neighbors- aug_num
unsigned integernumber of datapoints to be augmented- cycles_number_limit
unsigned integernumber of maximum try cycles