Does nearest compute XYZ distance only or also feature distance ? #2856
Answered
by
QuanticDisaster
QuanticDisaster
asked this question in
Q&A
-
I think the title is self explanatory. When using torch_geometric.nn.nearest with x and y having additionnal features (such as intensity) does the "distance" computed is only with XYZ coordinates or also with features ? |
Beta Was this translation helpful? Give feedback.
Answered by
QuanticDisaster
Jul 14, 2021
Replies: 1 comment 1 reply
-
Alright I tested it myself and the result is that the distance is computed in the feature dimension. Maybe it should be specified in the doc just to be sure ! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
QuanticDisaster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alright I tested it myself and the result is that the distance is computed in the feature dimension. Maybe it should be specified in the doc just to be sure !