Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Int32
See Also