Learn R Programming

RJafroc (version 1.3.2)

datasetCadSimuFroc: Simulated FROC CAD vs. RAD dataset

Description

Simulated FROC CAD vs. RAD dataset suitable for checking code. It was generated from datasetCadLroc using SimulateFrocFromLrocData.R.

Usage

datasetCadSimuFroc

Arguments

Format

A list with 8 elements:

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

  • LL Ratings array [1, 1:10, 1:80, 1], of lesion localizations, LLs

  • lesionVector array [1:80], number of lesions per diseased case, all set to one

  • lesionID array [1:80, 1], lesions labels on diseased cases, all set to one

  • lesionWeight array [1:80, 1], weights, all set to one

  • dataType "FROC", the data type

  • modalityID "1", treatment label

  • readerID [1:10] "1" "2", reader labels

Examples

Run this code
# NOT RUN {
str(datasetCadSimuFroc)

# }

Run the code above in your browser using DataLab