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

Rewrite LibSVM in scala - optimize and simplify the code #1

Open
strelec opened this issue Aug 18, 2015 · 1 comment
Open

Rewrite LibSVM in scala - optimize and simplify the code #1

strelec opened this issue Aug 18, 2015 · 1 comment

Comments

@strelec
Copy link
Owner

strelec commented Aug 18, 2015

The code currently sits at around 3000 Java code lines. I believe I can make that to 1000 lines of scala, with even better performance, since the current Java code is just a line-to-line rewrite from C.

To ensure correctness, make an unit test that will compare the outputs on all the datasets.

@strelec
Copy link
Owner Author

strelec commented Aug 19, 2015

After this is done, consider extracting it to an external library as someone else could benefit from that.

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