Does anyone know any implementation of Least-Squares Support Vector Machine (LS-SVM) for R environment?

The only one I know is the kernlab package, but it is not enough for me because, as it is detailed in the package documentation,

  • "the solution is an approximation to the exact solution of the lssvm optimization problem".
  • "regression - currently nor supported -", and I want to study regression problems.
  • Thank you.

    More Javier Pórtoles's questions See All
    Similar questions and discussions