Returns N-th output node of the network.
Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function OutputNode( _ ByVal index As Integer _ ) As NeuroNode |
| C# |
|---|
| public NeuroNode OutputNode( int index ) |
| C++ |
|---|
| public: NeuroNode OutputNode( int index ) sealed |
| J# |
|---|
| public NeuroNode OutputNode( int index ) |
| JScript |
|---|
| public
function OutputNode( index : int ) : NeuroNode |
Parameters
- index
- Node index
Return Value
Node