NNetCpp
Neural network implementation in C++
 All Classes Namespaces Functions Variables
Public Member Functions | List of all members
Node Class Referenceabstract

#include <Node.h>

Inheritance diagram for Node:
InputNode Neuron OutputNeuron

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: