Description Usage Arguments Value Author(s) Examples
In many situations a fingerprint is generated using a large length (such as 1024 bits or more). As a result of this, the fingerprints for a dataset can be very sparse. One approach to increasing bit density of such fingerprints is to fold them. This is performed by dividing the original fingerprint bitstring into two substrings of equal length and then perform an OR on the two substrings.
It should be noted that many fingerprint generating routines will perform this internally.
1 | fold(fp)
|
fp |
The fingerprint to fold. Should be of class |
An object of class fingerprint
representing the folded fingerprint.
Rajarshi Guha rguha@indiana.edu
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.