How does fsrnca() not work?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Star Strider
on 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 Comments
See Also
Categories
Find more on Dimensionality Reduction and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!