|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.descriptors.MDGenerator
chemaxon.descriptors.BCUTGenerator
public class BCUTGenerator
Descriptor generator class for the BCUT descriptor.
| Field Summary |
|---|
| Fields inherited from class chemaxon.descriptors.MDGenerator |
|---|
createStatistics, density, freqCount, maxNonEmptyId, maxNonEmptyPercent, minNonEmptyId, minNonEmptyPercent, molCount, sumNonEmptyPercent |
| Constructor Summary | |
|---|---|
BCUTGenerator()
Creates and initializes a BCUT descriptor generator object. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
generate(Molecule m,
MolecularDescriptor d)
Generates the BCUT descriptors for the given molecule. |
| Methods inherited from class chemaxon.descriptors.MDGenerator |
|---|
calcFreqCount, 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 BCUTGenerator()
BCUT descriptor generator object.
One such object can be re-used to generate multiple descriptors
consecutively, there is no need to create one BCUTGenerator
instance for each Molecule object.
| Method Detail |
|---|
public java.lang.String[] generate(Molecule m,
MolecularDescriptor d)
throws chemaxon.descriptors.MDGeneratorException
BCUT object is not allocated, the
MolecularDescriptor provided as a parameter is updated
(thus it has to be allocated and initialized by the client of this
class).
generate in class chemaxon.descriptors.MDGeneratorm - molecule for which the BCUT descriptor is createdd - the BCUT descriptor generated
BCUT
chemaxon.descriptors.MDGeneratorException - in the case of any failures to generate
the descriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||