Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Amalgam/entity/EntityQueriesStatistics.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
//these macros define the specific algorithm used for aggregation of distance contributions
//the geometric mean has been found to be the best combination of performance and mathematical defensibility
// #define DIST_CONTRIBS_HARMONIC_MEAN
#define DIST_CONTRIBS_GEOMETRIC_MEAN
// #define DIST_CONTRIBS_ARITHMETIC_MEAN
// #define DIST_CONTRIBS_GEOMETRIC_MEAN
#define DIST_CONTRIBS_ARITHMETIC_MEAN
//#define DIST_CONTRIBS_PROBABILITY_MEAN
//this last one is the default if none of the above are defined
//#define DIST_CONTRIBS_ENTROPY
Expand Down