hash_dist {optmatch} | R Documentation |
(Internal) Hashing functions for various distance objects #
Description
(Internal) Hashing functions for various distance objects #
Usage
hash_dist(dist)
## S3 method for class 'DenseMatrix'
hash_dist(dist)
## S3 method for class 'matrix'
hash_dist(dist)
## S3 method for class 'InfinitySparseMatrix'
hash_dist(dist)
## S3 method for class 'BlockedInfinitySparseMatrix'
hash_dist(dist)
## S3 method for class 'optmatch.dlist'
hash_dist(dist)
Arguments
dist |
Distance object to hash. Must be one of
|
Value
Hash on the distance object with a null call
[Package optmatch version 0.10.7 Index]