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

Support value types other than f32 #42

Open
robsmith11 opened this issue Dec 11, 2018 · 0 comments
Open

Support value types other than f32 #42

robsmith11 opened this issue Dec 11, 2018 · 0 comments

Comments

@robsmith11
Copy link

Correct me if I'm wrong, but it appears that for both features and classes in the fitting of decision tress, rustlearn only supports arrays of f32 values. Is there a reason for this limitation? I would think that features simply need to have the Ordering trait and classes have the Eq trait. It would be useful to have at least f32, f64, i32, i64, and bool I think.

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

1 participant