Description Usage Arguments Value Note See Also Examples
Brings up a twiddle
user interface, where the user may select a part of the dataset
("training" or "validation"), a run number (if Opts
(x)$NRUN>1)
and a type-of-chart, see tdmROCRbase
for details. Using tdmROCRbase
,
the appropriate chart is plotted on the current graphics device.
1 2 |
x |
return value from a prior call to |
... |
– currently not used – |
The area under the curve plotted most recently.
Side effect: For each chart, calculate and print the area between the curve and the bottom line (y=1.0 for typ=="lift"
, y=0.0 else).
1 2 3 4 5 6 7 | ## Not run:
path <- paste(find.package("TDMR"), "demo02sonar",sep="/");
source(paste(path,"main_sonar.r",sep="/"));
result = main_sonar();
tdmROCR(result);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.