dcase_util.datasets.Dataset.show
- Dataset.show(mode='auto', indent=0, show_meta=True)[source]
Show dataset information.
- Parameters
- modestr
Output type, possible values [‘auto’, ‘print’, ‘html’]. ‘html’ will work in Jupyter notebook only. Default value ‘auto’
- indentint
Amount of indent Default value 0
- show_metabool
Include statistics of meta data Default value True
- Returns
- str