| 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 Thu Feb 1 16:13:01 2018 | http://epydoc.sourceforge.net |