Skip to content

Commit

Permalink
Respond to reviewer comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyfertig committed Sep 25, 2024
1 parent 5cb5e55 commit 60927ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cxx/gendb.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 60927ac

Please sign in to comment.