Neural Network Toolbox |
Argument Checking
These functions are only recommended for advanced users.
None of the utility functions do any argument checking, which means that the only feedback you get from calling them with incorrectly sized arguments is an error.
The lack of argument checking allows these functions to run as fast as possible.
For "safer" simulation and training, use sim
, train
and adapt
.
Code Efficiency |
© 1994-2005 The MathWorks, Inc.