fp.from.bstring {fingerprint}R Documentation

Generates a fingerprint vector from a string representation of the binary fingerprint

Description

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

Usage

fp.from.bstring(fp)

Arguments

fp A string of 1's and 0's with no spaces

Value

A vector of integers representing positions that contain a 1

Author(s)

Rajarshi Guha rguha@indiana.edu


[Package fingerprint version 1.6 Index]