Returns number of nodes in specific layer.
Namespace: xpidea.neuro.net.backprop
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function NodesInLayer( _ ByVal index As Integer _ ) As Integer |
| C# |
|---|
| public int NodesInLayer( int index ) |
| C++ |
|---|
| public: int NodesInLayer( int index ) sealed |
| J# |
|---|
| public int NodesInLayer( int index ) |
| JScript |
|---|
| public
function NodesInLayer( index : int ) : int |
Parameters
- index
- Layer index.