Performs network construction based on specific topology. Connects all nodes in the network using the links.


Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Protected Overridable Sub CreateNetwork()
C#
protected virtual void CreateNetwork()
C++
protected:
 virtual void CreateNetwork()
J#
protected virtual void CreateNetwork()
JScript
protected virtual  function CreateNetwork()

See Also