How does fsrnca() not work?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Star Strider
el 28 de Sept. de 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 comentarios
Ver también
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!