get classifier name function
조회 수: 3 (최근 30일)
이전 댓글 표시
i found in matlab code the function getclassifiername() without being defined as it took attribute Mdl i'm talking about the below code
as the output is not matching what has been tested through MATLAB at the below link
thanks in advance if anyone could help with the definition of the function getclassifiername()
댓글 수: 1
xingxingcui
2021년 9월 26일
편집: xingxingcui
2021년 9월 26일
A quick off-topic question, how is the above link made? That is, I already have the html file, what if I publish it to “matlabcentral” for display?
for example,following link,
Thank you very much in advance to anyone who can help me, I appreciate it!
답변 (1개)
Sean de Wolski
2018년 8월 28일
편집: Sean de Wolski
2018년 8월 28일
getclassifiername is defined as a local function in the function you linked to. I.e. it can only be called from within that function.
You could copy it into its own file if you wanted to.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!