Learn R Programming

darch (version 0.9.1)

getBatchSize: Returns the batch size of the Net.

Description

Returns the batch size of the Net.

Usage

getBatchSize(net)

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

Arguments

net
A instance of the class Net.

See Also

Net