File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
descriptor/fingerprint/src/main/java/org/openscience/cdk/fingerprint Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747/**
4848 * Generates a fingerprint for a given {@link IAtomContainer}. Fingerprints are one-dimensional bit arrays, where bits
4949 * are set according to a the occurrence of a particular structural feature (See for example the Daylight inc. theory
50- * manual for more information). Fingerprints allow for a fast screening step to exclude candidates for a substructure
51- * search in a database. They are also a means for determining the similarity of chemical structures .
50+ * manual for more information). Fingerprints are a means for determining the similarity of chemical structures,
51+ * some fingerprints (not this one) allow database pre-screening for substructure searches .
5252
5353 * <pre>
5454 *
You can’t perform that action at this time.
0 commit comments