NNetCpp
Neural network implementation in C++
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
src
netbuilding
Node.h
1
#ifndef NODE_H
2
#define NODE_H
3
7
class
Node
{
8
public
:
14
virtual
double
getOutput
() = 0;
15
};
16
17
#endif // NODE_H
Node::getOutput
virtual double getOutput()=0
Node
Definition:
Node.h:7
Generated by
1.8.6