  | MultilayerPerceptronSettingsHiddenLayers Field | 
 
                The specification of the network's hidden layers.
            
 
    Namespace: 
   RavingBots.MagicGestures.AI.Neural.Classic
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic int[] HiddenLayers
Field Value
Type: 
Int32
Remarks
                The number of elements in this array indicates the number of hidden layers.
                Every element is the number of neurons on that layer (must be positive).
            
See Also