From 60927ac28d8f16fc53869be66d47f4605af20801 Mon Sep 17 00:00:00 2001 From: Emily Fertig Date: Wed, 25 Sep 2024 17:14:38 +0000 Subject: [PATCH] Respond to reviewer comment. --- cxx/gendb.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/cxx/gendb.hh b/cxx/gendb.hh index e5011d6..8992ee3 100644 --- a/cxx/gendb.hh +++ b/cxx/gendb.hh @@ -34,6 +34,7 @@ class GenDB { GenDB(std::mt19937* prng, const PCleanSchema& schema, bool _only_final_emissions = false, bool _record_class_is_clean = true); + // Return the log probability of the data incorporated into the GenDB so far. double logp_score() const; // Incorporates a row of observed data into the GenDB instance.