BALL
1.4.2
|
#include <BALL/QSAR/simpleDescriptors.h>
Additional Inherited Members | |
Public Types inherited from BALL::UnaryFunctor< AtomContainer, Processor::Result > | |
typedef Processor::Result | result_type |
typedef AtomContainer | argument_type |
typedef AtomContainer & | argument_reference |
typedef const AtomContainer & | const_argument_reference |
typedef AtomContainer * | argument_pointer |
typedef const AtomContainer * | const_argument_pointer |
Protected Member Functions inherited from BALL::SimpleBase | |
void | calculate_ (AtomContainer &ac) |
bool | isValid_ (AtomContainer &ac) |
Predicates |
Atom information content (mean). This is the entropy of the element distribution in the molecule (including implicit hydrogen). Let $n_i$ be the number of occurences of atomic number $i$ in the molecule. Let $p_i = {n_i}{ n_i}$. The value of this descriptor is the negative of the sum over all $i$ of $p_i p_i$.
Definition at line 708 of file simpleDescriptors.h.
BALL::MeanAtomInformationContent::MeanAtomInformationContent | ( | ) |
Default constructor
BALL::MeanAtomInformationContent::MeanAtomInformationContent | ( | const MeanAtomInformationContent & | maic | ) |
Copy constructor
|
virtual |
Destructor
MeanAtomInformationContent& BALL::MeanAtomInformationContent::operator= | ( | const MeanAtomInformationContent & | maic | ) |
Assignment operator