Neural Networks  0.0.1
 All Classes Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
NodeWeightPair Class Reference

Public Member Functions

 NodeWeightPair (Node node, Double weight)
 

Public Attributes

Node node
 
Double weight
 

Detailed Description

Class to identify connections between different layers.

Constructor & Destructor Documentation

NodeWeightPair.NodeWeightPair ( Node  node,
Double  weight 
)
inline

Constructor of NodeWeightPair. Given a parent node and the connect weight

Parameters
nodeparent node
weightweight from this parent

Member Data Documentation

Node NodeWeightPair.node

The parent node

Double NodeWeightPair.weight

Weight of this connection


The documentation for this class was generated from the following file: