Trees | Indices | Help |
|
---|
|
object --+ | SimilarityScreener
base class important attributes: probe: the probe fingerprint against which we screen. metric: a function that takes two arguments and returns a similarity measure between them dataSource: the source pool from which to draw, needs to support a next() method fingerprinter: a function that takes a molecule and returns a fingerprint of the appropriate format **Notes** subclasses must support either an iterator interface or __len__ and __getitem__
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
used to reset screeners that behave as iterators |
returns a fingerprint for a single probe object This is potentially useful in initializing our internal probe object. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 23 18:49:15 2016 | http://epydoc.sourceforge.net |