The properties of the INetwork interface are listed below. For a complete list of INetwork interface members, see the INetwork Members topic.
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. |
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. |