Learn R Programming

darch (version 0.10.0)

getBatchSize: Returns the batch size of the Net.

Description

Returns the batch size of the Net.

Usage

getBatchSize(net)

# S4 method for Net getBatchSize(net)

Arguments

net

A instance of the class Net.

See Also

Net