> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DistanceOptions

# Interface: DistanceOptions

Defined in: [distance.ts:101](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/dsa/src/distance.ts#L101)

Options for distance calculations.

## Properties

### p?

> `optional` **p?**: `number`

Defined in: [distance.ts:109](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/dsa/src/distance.ts#L109)

Minkowski parameter (default: 2)

* p=1: Manhattan distance
* p=2: Euclidean distance
* p=Infinity: Chebyshev distance

#### Minimum

0
