public class GraphOnlyFingerprinter extends Fingerprinter
Fingerprinter
which does not take bond orders
into account.Fingerprinter
DEFAULT_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, setPathLimit
getFingerprint, getVersionDescription
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFingerprint, getVersionDescription
public 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 Fingerprinter
bond
- Description of the Parameterpublic BitSet getBitFingerprint(IAtomContainer container, int size) throws Exception
Exception
Copyright © 2021. All rights reserved.