nprtool関数を用いてプロットしたROC曲線のAUCの算出方法について
Ältere Kommentare anzeigen
Neural Network Toolboxの中のnprtool関数についての質問です。 nprtool関数を実行するとニューラルネットワークのguiが立ち上がると思います。 このguiのTrain NetworkというページにPlot ROCというボタンがあり、これを押すとROC曲線が表示されますが、このROC曲線のAUC(Area Under the Curve)はどのように求めたらよいのでしょう? nprtoolのguiではAUCは求められないのでしょうか?
Akzeptierte Antwort
Weitere Antworten (1)
mizuki
am 31 Dez. 2017
1 Stimme
nprtool の GUI では AUC を求めることができません. Statistics and Machine Learning Toolbox をお持ちであれば, perfcurve 関数を使用してAUCを求めることができます.
1 Kommentar
hiroki komiya
am 14 Jan. 2018
Kategorien
Mehr zu Pattern Recognition finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!