Hi all,
I want to make a graph of several ROC curves in WPF. I've found the WPF Toolkit, but I don't see an out-of-the box solution for what I want, just several basic graphing types. Is it possible to build an ROC curve (preferably, an ROC convex hull curve) in the WPF Toolkit? Once it's built, is there an easy way to get the AUC? Or is there an off-the-shelf solution I can just use?
Basically, I want a graph that looks like these graphs, but nicer and scaling with resolution.