You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding the ComponentRefineNNDescent::update() function in the component_refine.cpp file. In this function, there's a conditional statement nn.distance > nhood_o.pool.back().distance. I'm wondering if there's a possibility that this condition should instead be nn.distance < nhood_o.pool.back().distance. Could you please review and explain whether this change is appropriate or necessary?
Best Regards,
Ziqi
The text was updated successfully, but these errors were encountered:
Dear authors
I have a question regarding the ComponentRefineNNDescent::update() function in the component_refine.cpp file. In this function, there's a conditional statement nn.distance > nhood_o.pool.back().distance. I'm wondering if there's a possibility that this condition should instead be nn.distance < nhood_o.pool.back().distance. Could you please review and explain whether this change is appropriate or necessary?
Best Regards,
Ziqi
The text was updated successfully, but these errors were encountered: