public class GraphOnlyFingerprinter extends Fingerprinter
Fingerprinter which does not take bond orders
into account.FingerprinterDEFAULT_SEARCH_DEPTH, DEFAULT_SIZE| Constructor and Description |
|---|
GraphOnlyFingerprinter()
Creates a fingerprint generator of length
defaultSize
and with a search depth of defaultSearchDepth. |
GraphOnlyFingerprinter(int size) |
GraphOnlyFingerprinter(int size,
int searchDepth) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getBitFingerprint(IAtomContainer container,
int size) |
protected String |
getBondSymbol(IBond bond)
Gets the bondSymbol attribute of the Fingerprinter class.
|
encodePaths, findPathes, getBitFingerprint, getBitFingerprint, getCountFingerprint, getParameters, getRawFingerprint, getSearchDepth, getSize, setHashPseudoAtoms, setPathLimitgetFingerprint, getVersionDescriptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFingerprint, getVersionDescriptionpublic GraphOnlyFingerprinter()
defaultSize
and with a search depth of defaultSearchDepth.public GraphOnlyFingerprinter(int size)
public GraphOnlyFingerprinter(int size,
int searchDepth)
protected String getBondSymbol(IBond bond)
getBondSymbol in class Fingerprinterbond - Description of the Parameterpublic BitSet getBitFingerprint(IAtomContainer container, int size) throws Exception
ExceptionCopyright © 2021. All rights reserved.