Nekooeimehr/MATLAB-Source-Code-Oversampling-Methods

An error in nearestneighbour.m

Opened this issue · 0 comments

when i tried to run borsmote algo, there is an error in nearestneighbour.m, which told me there is an error in row 313,

313 if rem(value, 1) ~= 0 || ...

matlab told me to check if I need to put more parameters or the data type of value is not correct for the function rem.

I wonder if the auther know why there is a problem like this?

Thank you!