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
Any advice on how to get around this? Using brute force tree works but I'd like to find an easier solution.
Also, is there a way to pass an already fitted tree? I'd like to re-use the same tree across different analysis steps.
Thank you
The text was updated successfully, but these errors were encountered:
Hey, thanks for this awesome package.
I'm trying to fit Isomap using

nntype=KDTree
from NearestNeighbors but I get a method errorThe error line being
NN = fit(nntype, X)
here.Any advice on how to get around this? Using brute force tree works but I'd like to find an easier solution.
Also, is there a way to pass an already fitted tree? I'd like to re-use the same tree across different analysis steps.
Thank you
The text was updated successfully, but these errors were encountered: