View source: R/benchmark_datasets.R
get_benchmark_summary | R Documentation |
Provides a detailed summary of a specific benchmark dataset including dimensions, experimental design, and ground truth information.
get_benchmark_summary(dataset_name)
dataset_name |
Character string specifying which dataset to summarize |
A list with summary information about the dataset
# Get summary of a specific dataset
summary_info <- get_benchmark_summary("BM_Canonical_HighSNR")
print(summary_info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.