Returns N-th input node in the network.
Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected MustOverride Function GetInputNode( _ ByVal index As Integer _ ) As NeuroNode |
| C# |
|---|
| protected abstract NeuroNode GetInputNode( int index ) |
| C++ |
|---|
| protected: NeuroNode GetInputNode( int index ) abstract |
| J# |
|---|
| protected abstract NeuroNode GetInputNode( int index ) |
| JScript |
|---|
| protected abstract
function GetInputNode( index : int ) : NeuroNode |
Parameters
- index
- Node index.
Return Value
Input node.