Displaying 1 result from an estimated 1 matches for "lpls".
Did you mean:
lls
2004 Nov 15
0
how to obtain predicted labels for test data using "kerne lpls"
...lems in a more `natural'
way.
HTH,
Andy
> From: Huh, Seungho
>
> Dear members,
>
> My name is Seungho Huh. I am a statistician who tries to use
> the Kernel
> PLS method in a classification problem. I am sending this email to ask
> you something about the "kernelpls" function in R (pls.pcr package).
>
> I would like to obtain the predicted Y values for test data, using the
> Kernel PLS method. Let's take the example in the R help:
>
> > data(NIR)
> > attach(NIR)
> > NIR.kernelpls <- mvr(Xtrain, Ytrain, 1:6, validatio...