DistanceMatrix.
filter
(ids, strict=True)[source]¶Filter the dissimilarity matrix by IDs.
State: Experimental as of 0.4.0.
Parameters: |
|
---|---|
Returns: | Filtered dissimilarity matrix containing only the IDs specified in ids. IDs will be in the same order as they appear in ids. |
Return type: | |
Raises: |
|