NNetCpp
Neural network implementation in C++
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Functions
Variables
Public Member Functions
|
List of all members
Node Class Reference
abstract
#include <
Node.h
>
Inheritance diagram for Node:
Public Member Functions
virtual double
getOutput
()=0
Detailed Description
Node
of network
Member Function Documentation
virtual double Node::getOutput
(
)
pure virtual
Get the output of the node
Returns
the node's output
Implemented in
Neuron
, and
InputNode
.
The documentation for this class was generated from the following file:
src/netbuilding/
Node.h
Generated by
1.8.6