getStats: Returns the list of statistics for the network
Description
The list of statistics can contain values about errors, miss
classifications and other useful things from the pre-training or fine-tuning
of a deep architecture.
Usage
getStats(net)# S4 method for Net
getStats(net)
Arguments
net
A instance of the class Net
.