Description Usage Arguments Value Author(s) Examples
Ordinarily, a binary fingerprint can be considered to represent a corner of a nD hypercube. However in many cases using such a representation can lead to a very sparse space. Consequently one approach is to convert the fingerprint so that it represents points on a nD unit hypersphere.
The resultant fingerprint is then a nD coordinate.
1 | euc.vector(fp)
|
fp |
An object of class |
A numeric of length equal to the bit length of the fingerprint. The result corresponds to a unit vector for a point on the nD hypersphere
Rajarshi Guha rguha@indiana.edu
1 2 3 | # make a fingerprint vector
fp <- new("fingerprint", nbit=8, bits=c(1,3,4,5,7))
vec <- euc.vector(fp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.