Learn R Programming

RJafroc (version 1.0.1)

dataset04: dataset04

Description

This is referred to in the book as the "FED" dataset. It consists of 200 mammograms, 100 of which contained one to 3 simulated microcalcifications, interpreted in five modalities (basically different image processing algorithms), by four radiologists using the FROC paradigm. The maximum number of NLs per case, over the entire dataset was 7 and the dataset contained at least one diseased mammogram with 3 lesions.

Usage

dataset04

Arguments

Format

A list with 8 elements:

  • NL Ratings array [1:5, 1:4, 1:200, 1:7], of non-lesion localizations, NLs

  • LL Ratings array [1:5, 1:4, 1:100, 1:3], of lesion localizations, LLs

  • lesionNum array [1:100], number of lesions per diseased case

  • lesionID array [1:100, 1:3], labels of lesions on diseased cases, all set to 1

  • lesionWeight array [1:100, 1:3] weights (or clinical importance) of lesions, all set to 1

  • dataType "FROC", the data type

  • modalityID [1:5] "1" "2" ... modality labels

  • readerID [1:4] "1" "3" "4" "5" reader labels

References

Zanca F et al. Evaluation of clinical image processing algorithms used in digital mammography. Medical Physics. 2009;36(3):765-775.

Examples

Run this code
# NOT RUN {
str(dataset04)
PlotEmpiricalOperatingCharacteristics(dataset = dataset04, opChType = "wAFROC")$Plot


# }

Run the code above in your browser using DataLab