dcase_util.containers.ProbabilityContainer.show

ProbabilityContainer.show(mode='auto', indent=0, visualize=False)

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 only in Jupyter notebook Default value ‘auto’

indentint

Amount of indent Default value 0

visualizebool

Visualize container data if class has plot method Default value False

Returns
Nothing