Functions
contrib/brl/bbas/bxml/bsvg/pro/processes/bsvg_plot_roc_process.cxx File Reference

Processes for plotting. More...

#include <bprb/bprb_func_process.h>
#include <brdb/brdb_value.h>
#include <bprb/bprb_parameters.h>
#include <bxml/bsvg/bsvg_plot.h>
#include <vul/vul_awk.h>
#include <vul/vul_string.h>
#include <bxml/bxml_write.h>
#include <bbas_pro/bbas_1d_array_float.h>

Go to the source code of this file.

Functions

bool bsvg_plot_roc_process_cons (bprb_func_process &pro)
 Plot ROC process:.
bool bsvg_plot_roc_process (bprb_func_process &pro)
bool bsvg_plot_roc_process2_cons (bprb_func_process &pro)
 Constructor.
bool bsvg_plot_roc_process2 (bprb_func_process &pro)
bool bsvg_plot_initialize_process_cons (bprb_func_process &pro)
 Constructor.
bool bsvg_plot_initialize_process (bprb_func_process &pro)
bool bsvg_roc_plot_add_process_cons (bprb_func_process &pro)
 Constructor.
bool bsvg_roc_plot_add_process (bprb_func_process &pro)

Detailed Description

Processes for plotting.

Author:
Ozge Can Ozcanli
Date:
June 19, 2009
    Modifications
     none yet
   

Definition in file bsvg_plot_roc_process.cxx.


Function Documentation

bool bsvg_plot_initialize_process ( bprb_func_process &  pro)

Definition at line 208 of file bsvg_plot_roc_process.cxx.

bool bsvg_plot_initialize_process_cons ( bprb_func_process &  pro)

Constructor.

initialize a bar plot with no bars, new bars will be added by the add_bar process

Definition at line 179 of file bsvg_plot_roc_process.cxx.

bool bsvg_plot_roc_process ( bprb_func_process &  pro)

Definition at line 55 of file bsvg_plot_roc_process.cxx.

bool bsvg_plot_roc_process2 ( bprb_func_process &  pro)

Definition at line 132 of file bsvg_plot_roc_process.cxx.

bool bsvg_plot_roc_process2_cons ( bprb_func_process &  pro)

Constructor.

Definition at line 114 of file bsvg_plot_roc_process.cxx.

bool bsvg_plot_roc_process_cons ( bprb_func_process &  pro)

Plot ROC process:.

input 0: the path to a text file which has the following format: # any number of commented lines which start with character: '#' #line 1: threshold values #line 2: FPR values for thresholds #line 3: TPR values (The number of values in all the lines have to be equal) 0 0.0001 0.0002 0.0003 0.0004 . . . 0 0.00728813 0.0078134 0.0078134 0.0078134 . . . 0 0.416157 0.519584 0.519584 0.519584 . . . input 1: the path to the output SVG plot ( x.svg ) Constructor.

Definition at line 38 of file bsvg_plot_roc_process.cxx.

bool bsvg_roc_plot_add_process ( bprb_func_process &  pro)

Definition at line 254 of file bsvg_plot_roc_process.cxx.

bool bsvg_roc_plot_add_process_cons ( bprb_func_process &  pro)

Constructor.

Definition at line 236 of file bsvg_plot_roc_process.cxx.