QuantumLearn icon indicating copy to clipboard operation
QuantumLearn copied to clipboard

Rewrite LibSVM in scala - optimize and simplify the code

Open strelec opened this issue 10 years ago • 1 comments

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 avatar Aug 18 '15 07:08 strelec

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

strelec avatar Aug 19 '15 19:08 strelec