How can I visualizing multiple ROC curves?

3 views (last 30 days)
huynhlv
huynhlv on 15 Feb 2015
Commented: huynhlv on 15 Feb 2015
Suppose that I have some pairs of parameters:
(x1, y1), (x1, y2), ..., (x1, yb)
(x2, y1), (x2, y2), ..., (x2, yb)
...
(xa, y1), (xa, y2), ..., (xa, yb)
For each pair of parameters, I computed a ROC curve (TMR and FNMR).
The question is: How to visuallize the ROC curves on the same graph?
------
Currently, I draw a different 2D graphs (for different x_i), each graph contains b ROC curves.
  1 Comment
huynhlv
huynhlv on 15 Feb 2015
I'm thinking of using a 3D graph/contour with color, but I have not able to imagine how it will be.

Sign in to comment.

Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!