TarzaNN
TarzaNN neural network simulator
|
#include <NodeAbstract.h>
Public Member Functions | |
virtual void | printType ()=0 |
virtual bool | isLocal ()=0 |
Abstract class for Nodes. A Node corresponds to one computer in the distributed implementation. A "real" node on a computer corresponds to that particular computer, while proxy nodes correspond to other computers. Nodes group together feature planes and mediate IP traffic.