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

Simplifying type declarations #288

Closed jotok closed 2 years ago

jotok commented 2 years ago

Use the Location trait to simplify the struct and method definitions in node store, random cut tree, etc. Renamed VectorPointStore and NodeStoreView for clarity.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.