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

Enable multicentroid clustering in Rust #358

Closed sudiptoguha closed 1 year ago

sudiptoguha commented 1 year ago

The Java version enables this using generics and provides a template. We do not want the algorithms to differ significantly between the two versions.

sudiptoguha commented 1 year ago

PR 369.

sudiptoguha commented 1 year ago

Changed to PR 373