aws / random-cut-forest-by-aws

An implementation of the Random Cut Forest data structure for sketching streaming data, with support for anomaly detection, density estimation, imputation, and more.
https://github.com/aws/random-cut-forest-by-aws
Apache License 2.0
210 stars 33 forks source link

modify boxcache #261

Closed sudiptoguha closed 3 years ago

sudiptoguha commented 3 years ago

currently, once the caches are set up, the underlying data structures are not adjusted subsequently. So currently boundingBoxCacheFraction can be set to 0 (from any initial value) but setting to other values will generate error.

sudiptoguha commented 3 years ago

resolved with #263