Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample Size & Rust #379

Open
acpeakhour opened this issue Mar 29, 2023 · 1 comment
Open

Sample Size & Rust #379

acpeakhour opened this issue Mar 29, 2023 · 1 comment

Comments

@acpeakhour
Copy link

Hi,

What is the equivalent for sample size in the Rust version?

@sudiptoguha
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants