|   | RestrictedBoltzmannMachineToActivationNetwork Method (Int32) | 
        
          
    Namespace: 
   Accord.Neuro.Networks
    Assembly:
   Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
 Syntax
Syntaxpublic ActivationNetwork ToActivationNetwork(
	int outputs
)
Public Function ToActivationNetwork ( 
	outputs As Integer
) As ActivationNetwork
Parameters
- outputs
- Type: SystemInt32
 The number of output neurons in the last layer.
Return Value
Type: 
ActivationNetworkAn 
ActivationNetwork containing this network.
 See Also
See Also