|
DeepBeliefNetworkOutputCount Property
|
Gets the number of output neurons in the network
(the size of the computed output vectors).
Namespace:
Accord.Neuro.Networks
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public int OutputCount { get; }
Public ReadOnly Property OutputCount As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32See Also