nprtool関数を用いてプロットしたROC曲線のAUCの算出方法について
Mostrar comentarios más antiguos
Neural Network Toolboxの中のnprtool関数についての質問です。 nprtool関数を実行するとニューラルネットワークのguiが立ち上がると思います。 このguiのTrain NetworkというページにPlot ROCというボタンがあり、これを押すとROC曲線が表示されますが、このROC曲線のAUC(Area Under the Curve)はどのように求めたらよいのでしょう? nprtoolのguiではAUCは求められないのでしょうか?
Respuesta aceptada
Más respuestas (1)
mizuki
el 31 de Dic. de 2017
1 voto
nprtool の GUI では AUC を求めることができません. Statistics and Machine Learning Toolbox をお持ちであれば, perfcurve 関数を使用してAUCを求めることができます.
1 comentario
hiroki komiya
el 14 de En. de 2018
Categorías
Más información sobre Pattern Recognition en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!