29 #ifndef CDPL_DESCR_MOLECULEAUTOCORR2DDESCRIPTORCALCULATOR_HPP
30 #define CDPL_DESCR_MOLECULEAUTOCORR2DDESCRIPTORCALCULATOR_HPP
Definition of the class CDPL::Descr::AutoCorrelation2DVectorCalculator.
Definition of the preprocessor macro CDPL_DESCR_API.
#define CDPL_DESCR_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of vector data types.
Atom.
Definition: Atom.hpp:52
MolecularGraph.
Definition: MolecularGraph.hpp:52
AutoCorrelation2DVectorCalculator.
Definition: AutoCorrelation2DVectorCalculator.hpp:58
MoleculeAutoCorr2DDescriptorCalculator.
Definition: MoleculeAutoCorr2DDescriptorCalculator.hpp:56
void setAtomPairWeightFunction(const AtomPairWeightFunction &func)
Allows to specify a custom atom pair weight function.
std::size_t getMaxDistance() const
Returns the maximum considered bond path length.
std::function< double(const Chem::Atom &, const Chem::Atom &, unsigned int, unsigned int)> AtomPairWeightFunction
Definition: MoleculeAutoCorr2DDescriptorCalculator.hpp:59
MoleculeAutoCorr2DDescriptorCalculator()
Constructs the MoleculeAutoCorr2DDescriptorCalculator instance.
Mode
Definition: MoleculeAutoCorr2DDescriptorCalculator.hpp:62
@ SEMI_SPLIT
Definition: MoleculeAutoCorr2DDescriptorCalculator.hpp:64
void calculate(const Chem::MolecularGraph &molgraph, Math::DVector &descr)
MoleculeAutoCorr2DDescriptorCalculator(const Chem::MolecularGraph &molgraph, Math::DVector &descr)
void setMaxDistance(std::size_t max_dist)
Allows to specify that maximum bond path length to consider.
The namespace of the Chemical Data Processing Library.