本文介绍了偏最小二乘库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有已经是这样的问题,但它没有得到回答,所以我尝试再次张贴。有谁知道在C ++(或C)的开放源代码实现一个的?
或者,也许这确实是一个库?
解决方案
- 是提供了一个C / C ++和MATLAB接口库
加快偏最小二乘。它的作者是巴拉吉Vasan
斯里尼瓦桑。笔者教授的指导下工作
拉马尼Duraiswami在马里兰大学,学院公园,MD,
USA。 - 广义偏最小二乘模型。
- 将自己使用如的
- ,的。
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 algorithm in C++ (or C)?Or maybe a library that does it?
解决方案
- FastPLS is a library that provides a C/C++ and MATLAB interfacefor speeding up partial least squares. Its author is Balaji VasanSrinivasan. The author worked under the supervision of ProfessorRamani Duraiswami at the University of Maryland, College Park, MD,USA.
- Partial Least Squares and Generalized Partial Least Squares models based on NIPALS algorithm.
- implement by yourself using matrix libraries such as Armadillo
- PLSNiplas, opencv is required.
这篇关于偏最小二乘库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!