Go to the source code of this file.
Namespaces | |
| namespace | RDKit |
Functions | |
| ExplicitBitVect * | RDKit::DaylightFingerprintMol (const ROMol &mol, unsigned int minPath=1, unsigned int maxPath=7, unsigned int fpSize=2048, unsigned int nBitsPerHash=4, bool useHs=true, double tgtDensity=0.0, unsigned int minSize=128) |
| Generates a topological (Daylight like) fingerprint for a molecule. | |
| ExplicitBitVect * | RDKit::RDKFingerprintMol (const ROMol &mol, unsigned int minPath=1, unsigned int maxPath=7, unsigned int fpSize=2048, unsigned int nBitsPerHash=4, bool useHs=true, double tgtDensity=0.0, unsigned int minSize=128) |
| Generates a topological (Daylight like) fingerprint for a molecule using an alternate (faster) hashing algorithm. | |
1.5.5