Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/disto_methods.R
Create mapping to data sources storing distances(symmetric), dissimilarities(non-symmetric), similarities and so on
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 backend is supported.
| 1 | 
| ... | Arguments for a backend. See details | 
| backend | (string) Specify a backend. Currently supported: 'dist' | 
This is a wrapper to create a 'disto' handle over different backends storing distances, dissimilarities, similarities etc with minimal data overhead like a database connection. The following named arguments are required to set-up the backend:
dist:
objectname: Object of the class 'dist' or the name of the object as a 'string'.
env: Environment where the object exists. When this is missing, its assumed to be parent environment.
Object of class 'disto' which is a thin wrapper on a list
Srikanth KS
Useful links:
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.