kLabUM / rrcf

🌲 Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams
https://klabum.github.io/rrcf/
MIT License
488 stars 111 forks source link

A question about stream data define? #97

Closed Arcmoon-Hu closed 1 year ago

Arcmoon-Hu commented 1 year ago

In the readme.md, the simulation is sin curve, and the example use shingle_size = 4, and all points number's length is 730, so, the last detect answer should have index 729, but last answer'index is 726 in example. So, the newest detect answer is not belong to the newest stream data