#include <BALL/QSAR/simpleDescriptors.h>
Public Member Functions | |
Constructors and Destructors | |
MeanAtomInformationContent () | |
MeanAtomInformationContent (const MeanAtomInformationContent &maic) | |
virtual | ~MeanAtomInformationContent () |
Assignment | |
MeanAtomInformationContent & | operator= (const MeanAtomInformationContent &maic) |
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$.
BALL::MeanAtomInformationContent::MeanAtomInformationContent | ( | ) |
Default constructor
BALL::MeanAtomInformationContent::MeanAtomInformationContent | ( | const MeanAtomInformationContent & | maic | ) |
Copy constructor
virtual BALL::MeanAtomInformationContent::~MeanAtomInformationContent | ( | ) | [virtual] |
Destructor
MeanAtomInformationContent& BALL::MeanAtomInformationContent::operator= | ( | const MeanAtomInformationContent & | maic | ) |
Assignment operator