jlibsvm icon indicating copy to clipboard operation
jlibsvm copied to clipboard

Efficient training of Support Vector Machines in Java

Results 15 jlibsvm issues
Sort by recently updated
recently updated
newest added

There are currently two mostly redundant implementations in svm_train and BinaryClassificationSVM (where it's used for probability estimates)

Need to think about relationship between stand-alone jsvmlib and version integrated with edu.berkeley.compbio.ml, which has lots more dependencies etc.

Generate a table showing time, memory usage, and cross-validation accuracy for different data sets using all three packages.