Azzera filtri
Azzera filtri

Partial least squares regression

2 visualizzazioni (ultimi 30 giorni)
Alexandra
Alexandra il 8 Dic 2023
I am trying to select the number of components for my PLS model. I can't seem to select 100 mcreps, does anyone know how to fix this?
This is the code and error i get

Risposte (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov il 9 Dic 2023
Write your command:
[XL, YL, Xs, Ys, Beta, PLSsep] =plsregress(X, y, N, 'CV', F, 'MCReps',100) ; % Note: 'mcreps' vs. 'MCReps'

Categorie

Scopri di più su Modeling in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by