|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.descriptors.MDGenerator
chemaxon.descriptors.RFGenerator
public class RFGenerator
Generator class for the ReactionFingerprint descriptor.
| Field Summary |
|---|
| Fields inherited from class chemaxon.descriptors.MDGenerator |
|---|
createStatistics, density, freqCount, maxNonEmptyId, maxNonEmptyPercent, minNonEmptyId, minNonEmptyPercent, molCount, sumNonEmptyPercent |
| Constructor Summary | |
|---|---|
RFGenerator()
|
|
| Method Summary | |
|---|---|
protected int |
calcFreqCount(MolecularDescriptor d)
Updates statistics gathered on fingerprints generated and get the number of non-zero cells. |
java.lang.String[] |
generate(Molecule m,
MolecularDescriptor d)
Generates the reaction fingerprint for the given reaction molecule object. |
| Methods inherited from class chemaxon.descriptors.MDGenerator |
|---|
getAverageNonZeroRatio, getBrightestMolId, getDarkestMolId, getDensityCounts, getFrequencyCounts, getMaximumBitRatio, getMinimumBitRatio, getMoleculeCount, setCreateStatistics, updateStatistics |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RFGenerator()
| Method Detail |
|---|
public java.lang.String[] generate(Molecule m,
MolecularDescriptor d)
throws MDGeneratorException
generate in class MDGeneratorm - reaction (molecule) for which the fingerprint is createdd - the reaction fingerprint generated
MDGeneratorException - in the case of any failures to generate
the descriptorprotected int calcFreqCount(MolecularDescriptor d)
calcFreqCount in class MDGeneratord - newly generated MolecularDescriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||