29 #ifndef CDPL_PHARM_FEATUREINTERACTIONSCORECOMBINER_HPP
30 #define CDPL_PHARM_FEATUREINTERACTIONSCORECOMBINER_HPP
Definition of the class CDPL::Pharm::FeatureInteractionScore.
Definition of the preprocessor macro CDPL_PHARM_API.
#define CDPL_PHARM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
FeatureInteractionScoreCombiner.
Definition: FeatureInteractionScoreCombiner.hpp:48
std::function< double(double, double)> CombinationFunction
Definition: FeatureInteractionScoreCombiner.hpp:56
FeatureInteractionScoreCombiner(const InteractionScore &score1, const InteractionScore &score2)
double operator()(const Feature &ftr1, const Feature &ftr2) const
double operator()(const Math::Vector3D &ftr1_pos, const Feature &ftr2) const
FeatureInteractionScoreCombiner(const InteractionScore &score1, const InteractionScore &score2, const CombinationFunction &comb_func)
Constructs a FeatureInteractionScoreCombiner that combines the score values calculated by two feature...
FeatureInteractionScore::SharedPointer InteractionScore
Definition: FeatureInteractionScoreCombiner.hpp:58
std::shared_ptr< FeatureInteractionScoreCombiner > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated FeatureInteractionScoreCombiner i...
Definition: FeatureInteractionScoreCombiner.hpp:54
FeatureInteractionScore.
Definition: FeatureInteractionScore.hpp:50
std::shared_ptr< FeatureInteractionScore > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated FeatureInteractionScore instances...
Definition: FeatureInteractionScore.hpp:56
Feature.
Definition: Feature.hpp:48
CVector< double, 3 > Vector3D
A bounded 3 element vector holding floating point values of type double.
Definition: Vector.hpp:1637
The namespace of the Chemical Data Processing Library.