搜索资源列表
PLS2
- 该文件详细介绍了各种最小二乘算法的实现步骤,给出了实验仿真的例子和MATLAB程序,对学校最小二乘相关算法的人非常好-The document details the steps of various least squares algorithm, an experimental simulation examples and MATLAB programs for school-related least squares algor
pls2
- PLS算法 采用归一化 拟合更好的非线性迭代偏最小二乘法(NIPALS)-PLS algorithm using normalized fitting better nonlinear iterative partial least squares (NIPALS)
PLS_DA
- PLS-DA法是将定量偏最小二乘法用于判别分析的一种策略,其基本思想是将已知类别样本的浓度阵分别设为0、1(对两类用PLS1方法而言),或-1、0、1(对三类用PLS1方法而言),或01、10(对两类用PLS2方法而言),或001、010、100(对三类用PLS2方法而言),多类问题依次类推,再通过定量PLS方法建立模型。-PLS- DA method is to use quantitative partial least squar
PLS2
- 这是一个关于最小二乘法的程序,希望可以对大家有用。-This is a least squares on the procedures, hoping to be useful to everyone.
pls2.m
- 实现偏最小二乘回归,可利用此方法进行预测分析。(Partial least squares regression can be realized by this method.)