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