Computer Science, asked by syed7052, 9 months ago

What is manhattan distance in Artificial Intelligence?

Answers

Answered by Anonymous
4

Answer:

Manhattan distance.

Definition: The distance between two points measured along axes at right angles. In a plane with p1 at (x1, y1) and p2 at (x2, y2), it is |x1 - x2| + |y1 - y2|.

Answered by khajanchandra111
0

Answer:

Search Results

Featured snippet from the web

Manhattan distance. Definition: The distance between two points measured along axes at right angles. In a plane with p1 at (x1, y1) and p2 at (x2, y2), it is |x1 - x2| + |y1 - y2|.

Similar questions