what is substitution for fscmrmr in MATLAB R2016a?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have matlab R2016a program on my computer, I want to use the mRMR feature selection algorithm so I found this function in MATLAB Help:
idx = fscmrmr(Tbl,ResponseVarName)
but unfortunately in MATLAB 2016, this function is not defined.
IU wanted to ask if there is a sustitution for fscmrmr, I'll be very thankful to have your opinions.
0 comentarios
Respuestas (1)
Steven Lord
el 13 de Abr. de 2020
This function was introduced in Statistics and Machine Learning Toolbox in release R2019b according to the note at the end of its documentation page. You will need to use release R2019b or later and have Statistics and Machine Learning Toolbox installed and licensed to use it.
I'm not sure how difficult it would be for you to implement your own version of this function in release R2016a. The documentation page lists two references that may be of use if you want to try that.
2 comentarios
Ver también
Categorías
Más información sobre Downloads 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!