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
206 stars 33 forks source link

updating the rust clustering to be on par as Java #373

Closed sudiptoguha closed 1 year ago

sudiptoguha commented 1 year ago

Issue #, if available: 358

Version upgraded to 3.3; the Rust version still does not have some of the capabilities as the Java version (re forecasting and preprocessing on the fly); however this PR updates the clustering in Rust to be on par with the Java version. This is the same as PR 369, using a different branch.