Learn R Programming

disto

Provides a high level API to interface over backends storing distance, dissimilarity, similarity matrices with matrix style extraction, replacement and other utilities. Currently, in-memory dist object is supported.

Copy Link

Version

Install

install.packages('disto')

Monthly Downloads

164

Version

0.2.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

KS Srikanth

Last Published

August 2nd, 2018

Functions in disto (0.2.0)

plot.disto

Plot a disto object
dist_replace

Replacement values in dist
size

Obtain size of the disto object
summary.disto

Summary method for dist class
disto_dist

Constructior of disto with dist backend
names.disto

Get names/labels
print.disto

Print method for dist class
`[.disto`

Extract from a disto object in matrix style extraction
`names<-.disto``

Set names/labels
`[[.disto`

Extract a single value from disto object
`[<-.disto`

In-place replacement of values
as.data.frame.disto

Convert a disto object to dataframe
dapply

Matrix like apply function for disto object
disto

Constructor for class 'disto'
dist_ij_k_

Convert ij index to k index
dist_k_ij

Vectorized version of dist_k_ij_
dist_subset

dist_subset
dist_extract

Matrix style extraction from dist object
dist_k_ij_

Convert kth index to ij index
dist_ij_k

Vectorized version of dist_ij_k_