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

examples and test #259

Closed sudiptoguha closed 3 years ago

sudiptoguha commented 3 years ago

Issue #, if available: 258

Description of changes: fixes the commented out test and adds examples.

jotok commented 3 years ago

Can we add all the examples to the Main example class? It's a command-line runner that makes it easy to invoke any of the examples.

https://github.com/aws/random-cut-forest-by-aws/blob/main/Java/examples/src/main/java/com/amazon/randomcutforest/examples/Main.java#L35-L40

sudiptoguha commented 3 years ago

added examples to main