r-cran-rocr 1.0-4-1 source package in Ubuntu

Changelog

r-cran-rocr (1.0-4-1) unstable; urgency=low

  * New upstream release.
  * Incremented Standards-Version (debian/control) to reflect compliance
    with Policy 3.8.4.
  * Require a number equal or superior than the R version the package was built
    with, using a R:Depends substvar (debian/control, debian/rules).
  * Added notes to explain how this package is tested (debian/README.Debian).

r-cran-rocr (1.0-3-3) unstable; urgency=low

  * New upstream version.
  * Explicitly setting dependency to latest R because of the new R
    help system.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 14:01:23 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Debian Med
Architectures:
all
Section:
math
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
r-cran-rocr_1.0-4.orig.tar.gz 104.6 KiB 3adddb31cc5fccda6a019c9f88405c313272b7bc48c189ceaf8f4c2c4be6580d
r-cran-rocr_1.0-4-1.diff.gz 3.7 KiB 6d0f9f43c3aebdcd0d1768cc6c4ccaa3ecf5171b2f148a83a2926417d7edb117
r-cran-rocr_1.0-4-1.dsc 1.4 KiB baa375ed296fb042c8c1ee0b07339f8873966513eb4c0126a4481096e8c2e9d3

Available diffs

View changes file

Binary packages built by this source

r-cran-rocr: GNU R package to prepare and display ROC curves

 ROC graphs, sensitivity/specificity curves, lift charts,
 and precision/recall plots are popular examples of trade-off
 visualizations for specific pairs of performance measures. ROCR is a
 flexible tool for creating cutoff-parametrized 2D performance curves
 by freely combining two from over 25 performance measures (new
 performance measures can be added using a standard interface).
 Curves from different cross-validation or bootstrapping runs can be
 averaged by different methods, and standard deviations, standard
 errors or box plots can be used to visualize the variability across
 the runs. The parametrization can be visualized by printing cutoff
 values at the corresponding curve positions, or by coloring the
 curve according to cutoff. All components of a performance plot can
 be quickly adjusted using a flexible parameter dispatching
 mechanism. Despite its flexibility, ROCR is easy to use, with only
 three commands and reasonable default values for all optional
 parameters.
 .
 ROCR features: ROC curves, precision/recall plots, lift charts, cost
 curves, custom curves by freely selecting one performance measure for the
 x axis and one for the y axis, handling of data from cross-validation
 or bootstrapping, curve averaging (vertically, horizontally, or by
 threshold), standard error bars, box plots, curves that are color-coded
 by cutoff, printing threshold values on the curve, tight integration
 with Rs plotting facilities (making it easy to adjust plots or to combine
 multiple plots), fully customizable, easy to use (only 3 commands).
 .
 Performance measures that ROCR knows: Accuracy, error rate, true
 positive rate, false positive rate, true negative rate, false negative
 rate, sensitivity, specificity, recall, positive predictive value,
 negative predictive value, precision, fallout, miss, phi correlation
 coefficient, Matthews correlation coefficient, mutual information, chi
 square statistic, odds ratio, lift value, precision/recall F measure,
 ROC convex hull, area under the ROC curve, precision/recall break-even
 point, calibration error, mean cross-entropy, root mean squared error,
 SAR measure, expected cost, explicit cost.