| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
MultiFPBReader
A class for reading and searching multiple FPB files from Andrew Dalke's chemfp. Note that this functionality is still experimental and the API may change in future releases.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 48
|
|||
|
|||
|
Inherited from |
|||
|
|||
AddReader( (MultiFPBReader)arg1, (FPBReader)arg2) -> int :
adds an FPBReader to our set of readers
C++ signature :
unsigned int AddReader(RDKit::MultiFPBReader {lvalue},RDKit::FPBReader*)
|
GetContainingNeighbors( (MultiFPBReader)arg1, (str)bv [, (int)numThreads=1]) -> tuple :
returns indices of neighbors that contain this fingerprint (where all bits from this fingerprint are also set)
C++ signature :
boost::python::tuple GetContainingNeighbors(RDKit::MultiFPBReader const*,std::string [,unsigned int=1])
|
GetNumBits( (MultiFPBReader)arg1) -> int :
returns the number of bits in a fingerprint
C++ signature :
unsigned int GetNumBits(RDKit::MultiFPBReader {lvalue})
|
GetReader( (MultiFPBReader)arg1, (int)arg2) -> FPBReader :
returns one of our readers
C++ signature :
RDKit::FPBReader* GetReader(RDKit::MultiFPBReader {lvalue},unsigned int)
|
GetTanimotoNeighbors( (MultiFPBReader)arg1, (str)bv [, (float)threshold=0.7 [, (int)numThreads=1]]) -> tuple :
returns tanimoto similarities to and indices of all neighbors above the specified threshold
C++ signature :
boost::python::tuple GetTanimotoNeighbors(RDKit::MultiFPBReader const*,std::string [,double=0.7 [,unsigned int=1]])
|
GetTverskyNeighbors( (MultiFPBReader)arg1, (str)bv, (float)ca, (float)cb [, (float)threshold=0.7 [, (int)numThreads=1]]) -> tuple :
returns Tversky similarities to and indices of all neighbors above the specified threshold
C++ signature :
boost::python::tuple GetTverskyNeighbors(RDKit::MultiFPBReader const*,std::string,double,double [,double=0.7 [,unsigned int=1]])
|
Init( (MultiFPBReader)arg1) -> None :
Call Init() on each of our children. This can take a while.
C++ signature :
void Init(RDKit::MultiFPBReader {lvalue})
|
__init__( (object)arg1 [, (bool)initOnSearch=False]) -> None :
docstring
C++ signature :
void __init__(_object* [,bool=False])
|
__len__( (MultiFPBReader)arg1) -> int :
C++ signature :
unsigned int __len__(RDKit::MultiFPBReader {lvalue})
|
helper for pickle
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 8 11:32:02 2017 | http://epydoc.sourceforge.net |