colonoscopy_features_tbl_df | R Documentation |
This dataset, colonoscopy_features_tbl_df, is a tibble containing features extracted from 76 colonoscopic videos. Each video was recorded using both White Light (WL) and Narrow Band Imaging (NBI). The dataset includes histology results (classification ground truth), the opinion of endoscopists (4 experts and 3 beginners), and 698 features derived from patients with gastrointestinal lesions.
data(colonoscopy_features_tbl_df)
A tibble with 76 observations and 7 variables:
Numeric feature extracted from colonoscopic videos
Numeric feature extracted from colonoscopic videos
Numeric feature extracted from colonoscopic videos
Numeric feature extracted from colonoscopic videos
Numeric score representing agreement among endoscopists
Numeric indicator for missing labels
Character string representing the histology-based classification
The dataset name has been kept as 'colonoscopy_features_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the DigestiveDataSets package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.
Data taken from the gmmsslm package version 1.1.6.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.