The properties of the BasicNetwork class are listed below. For a complete list of BasicNetwork class members, see the BasicNetwork Members topic.
Description | The description for this object. |
HiddenLayerCount | Get the count for how many hidden layers are present. |
HiddenLayers | Get a collection of the hidden layers in the network. |
InputLayer | Get the input layer. |
Name | The name. |
OutputLayer | Get the output layer. |
Structure | Get the structure of the neural network. The structure allows you to quickly obtain synapses and layers without traversing the network. |
WeightMatrixSize | The size of the matrix. |