VL_SIMPLENN_DISPLAY - Display the structure of a SimpleNN network.

VL_SIMPLENN_DISPLAY(NET) prints statistics about the network NET.

INFO = VL_SIMPLENN_DISPLAY(NET) returns instead a structure INFO with several statistics for each layer of the network NET.

[INFO, STR] = VL_SIMPLENN_DISPLAY(...) returns also a string STR with the text that would otherwise be printed.

The function accepts the following options:

See also: VL_SIMPLENN().