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

Request to help me with the format of the data to be used for processing #10

Open
GirishG6 opened this issue Jun 27, 2024 · 1 comment
Labels

Comments

@GirishG6
Copy link

Hi Mike,

I am trying to use your C++ code to run, I need your help to understand which format of the data I should use for training and testing.

Kindly help me with this so that I can complete my project.

Thanks,
Girish

@msimms
Copy link
Owner

msimms commented Jul 3, 2024

It's been a while since I looked at that code. However, being a library the input file can be in whatever format you want. There's a Sample class, and each sample has a list of Features. I think the example just uses random numbers as feature values, but you'd replace the feature names and values with things that make sense for application.

@msimms msimms added the question label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants