dcase_util.containers.ProbabilityItem.show

ProbabilityItem.show(mode='auto', indent=0)[source]

Print container content

If called inside Jupyter notebook, HTML formatted version is shown.

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

Returns
Nothing