PageRenderTime 16ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/fingerprint/DESCRIPTION

http://github.com/rajarshi/cdkr
#! | 20 lines | 20 code | 0 blank | 0 comment | 0 complexity | 6e5ab4998f6151547f3c6cd45cb32a82 MD5 | raw file
  1. Package: fingerprint
  2. Version: 3.5.2.3
  3. Date: 2015-04-13
  4. Title: Functions to operate on binary fingerprint data
  5. Author: Rajarshi Guha <rajarshi.guha@gmail.com>
  6. Maintainer: Rajarshi Guha <rajarshi.guha@gmail.com>
  7. Description: This package contains functions to manipulate binary fingerprints
  8. of arbitrary length. A fingerprint is represented by an object of S4 class 'fingerprint'
  9. which is internally represented a vector of integers, such
  10. that each element represents the position in the fingerprint that is set to 1.
  11. The bitwise logical functions in R are overridden so that they can be used directly
  12. with 'fingerprint' objects. A number of distance metrics are also
  13. available (many contributed by Michael Fadock). Fingerprints
  14. can be converted to Euclidean vectors (i.e., points on the unit hypersphere) and
  15. can also be folded using OR. Arbitrary fingerprint formats can be handled via line
  16. handlers. Currently handlers are provided for CDK, MOE and BCI fingerprint data.
  17. License: GPL
  18. Depends: methods
  19. LazyLoad: yes
  20. Suggests: RUnit