get_benchmark_summary: Get Benchmark Dataset Summary

View source: R/benchmark_datasets.R

get_benchmark_summaryR Documentation

Get Benchmark Dataset Summary

Description

Provides a detailed summary of a specific benchmark dataset including dimensions, experimental design, and ground truth information.

Usage

get_benchmark_summary(dataset_name)

Arguments

dataset_name

Character string specifying which dataset to summarize

Value

A list with summary information about the dataset

Examples

# Get summary of a specific dataset
summary_info <- get_benchmark_summary("BM_Canonical_HighSNR")
print(summary_info)


bbuchsbaum/fmrireg documentation built on June 10, 2025, 8:18 p.m.