Learn R Programming

darch (version 0.9.1)

getStats: Returns the list of statistics for the network

Description

The list of statistics can contain values about errors, miss classifications and other usefull things from the pre-training or fine-tuning of a deep architecture.

Usage

getStats(net)

## S3 method for class 'Net': getStats(net)

Arguments

net
A instance of the class Net.

See Also

Net