Returns number of output nodes in the network.
Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected MustOverride Function GetOutPutNodesCount() As Integer |
| C# |
|---|
| protected abstract int GetOutPutNodesCount() |
| C++ |
|---|
| protected: int GetOutPutNodesCount() abstract |
| J# |
|---|
| protected abstract int GetOutPutNodesCount() |
| JScript |
|---|
| protected abstract function GetOutPutNodesCount() : int |
Return Value
Number of output nodes in the network.