ChessboardDistance
returns the chessboard distance (also known as Chebyshev distance) between
u
andv
, which is the number of moves a king on a chessboard needs to get from squareu
to squarev
.
See:
Examples
Related terms
FindClusters, BinaryDistance, BrayCurtisDistance, CanberraDistance, CosineDistance, EuclideanDistance, ManhattanDistance, SquaredEuclideanDistance
Implementation status
- ✅ - full supported