How does fsrnca() not work?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have installed matlab R2016a and Statistics and Machine Learning Toolbox. I just simply try mdl = fsrnca(X,y) command (X is 100x20 double, y is 100x1 double), but got error message: Undefined function or variable 'fsrnca'. I also try to use "help fsrnca" and got message: fsrnca not found.
What is wrong about it? please help me problem.
Thank you.
0 commentaires
Réponses (1)
Star Strider
le 28 Sep 2016
The fsrnca (feature selection using neighborhood component analysis for regression) function was introduced in R2016b.
The current online documentation is for R2016b. You will need to upgrade to R2016b to use the fsrnca function.
0 commentaires
Voir également
Catégories
En savoir plus sur Dimensionality Reduction and Feature Extraction dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!