unconfigure
(To be removed) Unconfigure network inputs and outputs
unconfigure will be removed in a future release. For more information,
see Transition Legacy Neural Network Code to dlnetwork Workflows.
For advice on updating your code, see Version History.
Syntax
unconfigure(net)
unconfigure(net, 'inputs', i)
unconfigure(net, 'outputs', i)
Description
unconfigure(net) returns a network with its input and output
sizes set to 0, its input and output processing settings and related weight
initialization settings set to values consistent with zero-sized signals. The new
network will be ready to be reconfigured for data of the same or different dimensions
than it was previously configured for.
unconfigure(net, 'inputs', i) unconfigures the inputs indicated
by the indices i. If no indices are specified, all inputs are
unconfigured.
unconfigure(net, 'outputs', i) unconfigures the outputs indicated
by the indices i. If no indices are specified, all outputs are
unconfigured.
Examples
Version History
Introduced in R2010bSee Also
Time Series
Modeler | fitrnet (Statistics and Machine Learning Toolbox) | fitcnet (Statistics and Machine Learning Toolbox) | trainnet | trainingOptions | dlnetwork


