fp.from.bstring {fingerprint} | R Documentation |
The function accepts a string containing 0's or 1's and generates a fingerprint vector that can be used with the other functions in this package. An important feature is that the resultant vector has no representation of the length of the fingerprint
fp.from.bstring(fp)
fp |
A string of 1's and 0's with no spaces |
A vector of integers representing positions that contain a 1
Rajarshi Guha rguha@indiana.edu