getAUCVC function

getAUCVC

getAUCVC

Please refer to the file /inst/doc/readme.pdf.

getAUCVC(data, nonzeroRatio = NULL, cvNorm = TRUE, cvResolution = 0.005)

Arguments

  • data: Please refer to the file /inst/doc/readme.pdf.
  • nonzeroRatio: Please refer to the file /inst/doc/readme.pdf.
  • cvNorm: Please refer to the file /inst/doc/readme.pdf.
  • cvResolution: Please refer to the file /inst/doc/readme.pdf.

Examples

##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function (data, nonzeroRatio = NULL, cvNorm = TRUE, cvResolution = 0.005) { nozeroIndex <- filteredZero(data, nonzeroRatio = nonzeroRatio) dataUse2CV <- data[nozeroIndex, ] cv.result <- getCV(dataUse2CV, cvNorm = cvNorm) CV2AUCVC(cv.result, cvResolution = cvResolution) }
  • Maintainer: Shan Gao
  • License: Artistic-2.0
  • Last published: 2024-03-20

Useful links