Skip to content

Commit

Permalink
constructor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-bhargava committed Jul 28, 2020
1 parent 72fb4c9 commit f19d5a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class SketchAggregator final : public Aggregator<T>
this->values_ = std::vector<T>(2, 0); // Sum in [0], Count in [1]
this->checkpoint_ = std::vector<T>(2, 0);
max_buckets_ = max_buckets;
error_bound_ = error_bound;
gamma = (1+error_bound)/(1-error_bound);
}

Expand Down

0 comments on commit f19d5a4

Please sign in to comment.