Partial Least Squares Library

后端 未结 4 1050
太阳男子
太阳男子 2020-12-28 16:53

There was already a question like this, but it was not answered, so I try to post it again. Does anyone know of an open-source implementation of a partial least squares algo

4条回答
  •  长情又很酷
    2020-12-28 17:16

    1. FastPLS is a library that provides a C/C++ and MATLAB interface for speeding up partial least squares. Its author is Balaji Vasan Srinivasan. The author worked under the supervision of Professor Ramani Duraiswami at the University of Maryland, College Park, MD, USA.
    2. Partial Least Squares and Generalized Partial Least Squares models based on NIPALS algorithm.
    3. implement by yourself using matrix libraries such as Armadillo
    4. PLSNiplas, opencv is required.

提交回复
热议问题