Opened 4 years ago
Last modified 4 years ago
#3074 new enhancement
Use official native implementation of libsvm instead of our own unofficial C# port
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | ExtLibs | Version: | |
Keywords: | Cc: |
Description
We currently use our own unofficial port of libsvm to C# (from the Java port). Instead it should be rather straight forward to directly call the native code.
Benefit would be that we use the official code (with latest fixes) and probably improved efficiency.
Note: See
TracTickets for help on using
tickets.
Related to #2474