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
211 stars 34 forks source link

tuning basic visitors #293

Closed sudiptoguha closed 2 years ago

sudiptoguha commented 2 years ago

Description of changes: improves and simplifies the basic visitor pattern in light of the changes to RCF2.0 and RCF3.0.