skbio.core.distance.DistanceMatrix.index

DistanceMatrix.index(lookup_id)[source]

Return the index of the specified ID.

Parameters:

lookup_id : str

ID whose index will be returned.

Returns:

int

Row/column index of lookup_id.

Raises:

MissingIDError

If lookup_id is not in the dissimilarity matrix.