Skip to content

What is the distance in profiles? How is it judged? #52

Answered by froobynooby
2534905003 asked this question in Q&A
Discussion options

You must be logged in to vote

The distance metric used is the Chebyshev distance. If two entities are within the configured distance of each other they are considered to be in the same group. Grouping is transitive, so if entity A is within the configured distance of entity B, and entity B is within the configured distance of entity C, then A, B and C are all considered to be in the same group. For example, a line of several entities could all be considered part of the same group even though the entities at the extreme ends of the line may not be within the configured distance of each other

Optionally, you can ignore the vertical component of the distance calculation. If you'd prefer to group entities by chunk you can…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by froobynooby
Comment options

You must be logged in to vote
1 reply
@froobynooby
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #51 on August 08, 2024 11:50.