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
While generating lines for 768 dimensional data with a large number of classes (1609), the following lines were gotten using find_lines_R_multiD using k=~800
A lot of lines consist of a single point (which seems geometrically incorrect) even though they have two endpoints. Can you (a) let me know if this is expected and (b) if not, possible workarounds around this issue? Thanks!
The text was updated successfully, but these errors were encountered:
I think it's plausible that lines could end up being single points though this of course isn't desirable.
It may come about as a result of trying to avoid lines that overlap in which case it's indeed reasonable.
However, if the points can easily be joined by a line that doesn't overlap with other lines then something is going wrong.
Hi,
While generating lines for 768 dimensional data with a large number of classes (1609), the following lines were gotten using
find_lines_R_multiD
using k=~800A lot of lines consist of a single point (which seems geometrically incorrect) even though they have two endpoints. Can you (a) let me know if this is expected and (b) if not, possible workarounds around this issue? Thanks!
The text was updated successfully, but these errors were encountered: