28 #ifndef data_association_H
29 #define data_association_H
79 indiv_compatibility(0,0),
80 indiv_compatibility_counts(),
81 nNodesExploredInJCBB(0)
88 indiv_distances.setSize(0,0);
89 indiv_compatibility.setSize(0,0);
90 indiv_compatibility_counts.clear();
91 nNodesExploredInJCBB = 0;
140 const double chi2quantile = 0.99,
141 const bool DAT_ASOC_USE_KDTREE =
true,
142 const std::vector<prediction_index_t> &predictions_IDs = std::vector<prediction_index_t>(),
144 const double log_ML_compat_test_threshold = 0.0
173 const double chi2quantile = 0.99,
174 const bool DAT_ASOC_USE_KDTREE =
true,
175 const std::vector<prediction_index_t> &predictions_IDs = std::vector<prediction_index_t>(),
177 const double log_ML_compat_test_threshold = 0.0