what is substitution for fscmrmr in MATLAB R2016a?

조회 수: 2 (최근 30일)
phdcomputer Eng
phdcomputer Eng 2020년 4월 13일
댓글: Steven Lord 2020년 4월 13일
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.

답변 (1개)

Steven Lord
Steven Lord 2020년 4월 13일
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
phdcomputer Eng
phdcomputer Eng 2020년 4월 13일
@Steven Lord In Mathwork page did you refer to these articles?
:[1] Ding, C., and H. Peng. "Minimum redundancy feature selection from microarray gene expression data." Journal of Bioinformatics and Computational Biology. Vol. 3, Number 2, 2005, pp. 185–205.
[2] Darbellay, G. A., and I. Vajda. "Estimation of the information by an adaptive partitioning of the observation space." IEEE Transactions on Information Theory. Vol. 45, Number 4, 1999, pp. 1315–1321.
Steven Lord
Steven Lord 2020년 4월 13일
Those are the references on the documentation page, yes.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by