get classifier name function

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 Kommentar

xingxingcui
xingxingcui am 26 Sep. 2021
Bearbeitet: xingxingcui am 26 Sep. 2021
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!

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Sean de Wolski
Sean de Wolski am 28 Aug. 2018
Bearbeitet: Sean de Wolski am 28 Aug. 2018

0 Stimmen

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.

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 28 Aug. 2018

Bearbeitet:

am 26 Sep. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by