public class AtomPairs2DFingerprinter extends AbstractFingerprinter implements IFingerprinter
IAtomContainer, that
extends the Fingerprinter.Fingerprinter| Constructor and Description |
|---|
AtomPairs2DFingerprinter() |
| Modifier and Type | Method and Description |
|---|---|
IBitFingerprint |
getBitFingerprint(IAtomContainer container)
Returns the bit fingerprint for the given
IAtomContainer. |
ICountFingerprint |
getCountFingerprint(IAtomContainer mol)
Returns the count fingerprint for the given
IAtomContainer. |
Map<String,Integer> |
getRawFingerprint(IAtomContainer mol)
Returns the raw representation of the fingerprint for the given IAtomContainer.
|
int |
getSize()
Returns the size (or length) of the fingerprint.
|
getFingerprint, getParameters, getVersionDescriptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFingerprint, getVersionDescriptionpublic int getSize()
IFingerprintergetSize in interface IFingerprinterpublic IBitFingerprint getBitFingerprint(IAtomContainer container) throws CDKException
IFingerprinterIAtomContainer.getBitFingerprint in interface IFingerprintercontainer - IAtomContainer for which the fingerprint should be calculated.CDKException - may be thrown if there is an error during aromaticity detection
or (for key based fingerprints) if there is a SMARTS parsing errorpublic Map<String,Integer> getRawFingerprint(IAtomContainer mol) throws CDKException
IFingerprintergetRawFingerprint in interface IFingerprintermol - IAtomContainer for which the fingerprint should be calculated.CDKExceptionpublic ICountFingerprint getCountFingerprint(IAtomContainer mol) throws CDKException
IFingerprinterIAtomContainer.getCountFingerprint in interface IFingerprintermol - IAtomContainer for which the fingerprint should be calculated.CDKException - if there is an error during aromaticity detection
or (for key based fingerprints) if there is a SMARTS parsing error.Copyright © 2021. All rights reserved.