Open acpeakhour opened 1 year ago
Take a look at https://github.com/aws/random-cut-forest-by-aws/blob/main/Rust/tests/basicrcftest.rs
It is capacity (maximum number of leaves in each tree -- that is where the samples should end up). But the meta point is well taken -- the variable name should be changed in outer rcf. Also examples (similar to Java version) would help.
Hi,
What is the equivalent for sample size in the Rust version?