Changelog
Source:NEWS.md
data.sketches 0.1.0
- Initial release. Provides an R interface to the Apache DataSketches C++ library:
- Quantile sketches:
kll_doubles(),kll_floats(),req(), andtdigest_double(). - Cardinality sketches:
hll(),cpc(), andtheta()(with set operations). - Frequency sketches:
frequent_items()andcount_min(). - Tuple sketches:
array_of_doubles()(with set operations). - Sampling sketches:
varopt()andebpps(). - Filters:
bloom_filter().
$update(),$merge(),$summary(),$inspect(), and native$serialize()/bytes =round-tripping, plusformat(),print(),as.character(), andsummary()methods. - Quantile sketches: