libsvm icon indicating copy to clipboard operation
libsvm copied to clipboard

LIBSVM -- A Library for Support Vector Machines (unofficial snapshot dist mirror)

Results 2 libsvm issues
Sort by recently updated
recently updated
newest added

I am trying to forecast univariate time series (my data is composed by two columns, a timestamp and a numeric value) using epsilon-SVR from LIBSVM in Java. When I do...

The makefile generates an error on linux (Ubuntu 14.04 kernel v3.14) due to being unable to use the -fopenmp flag properly. This is solved by replacing it with -lgomp