Unified Interface to Distance, Dissimilarity, Similarity Matrices
Convert a disto object to dataframe
Matrix like apply function for disto object
Matrix style extraction from dist object
Vectorized version of dist_ij_k_
Convert ij index to k index
Vectorized version of dist_k_ij_
Convert kth index to ij index
Replacement values in dist
dist_subset
Constructor for class 'disto'
Constructior of disto with dist backend
Get names/labels
Plot a disto object
Print method for dist class
Obtain size of the disto object
Summary method for dist class
Set names/labels
Extract from a disto object in matrix style extraction
Extract a single value from disto object
In-place replacement of values
Provides a high level API to interface over sources storing distance, dissimilarity, similarity matrices with matrix style extraction, replacement and other utilities. Currently, in-memory dist object backend is supported.