  | LayerProcess Method (Layer, Single) | 
 
                Process the input values with a set of layers.
            
 
    Namespace: 
   RavingBots.MagicGestures.AI.Neural.Classic
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
Remarks
                The inputs are chained: input is used as the first layer's inputs,
                the second layer's inputs are the first layer's outputs, and so on.
            
See Also