openModeller  Version 1.5.0
Dendrite Class Reference

#include <nn.h>

Collaboration diagram for Dendrite:
Collaboration graph

Public Member Functions

 Dendrite (double weight=0.0, double weight_ancient=0.0, double weight_actual=0.0, unsigned long points_to=0)
 

Public Attributes

double d_weight
 
double d_weight_ancient
 
double d_weight_actual
 
unsigned long d_points_to
 

Detailed Description

Definition at line 66 of file nn.h.

Constructor & Destructor Documentation

Dendrite::Dendrite ( double  weight = 0.0,
double  weight_ancient = 0.0,
double  weight_actual = 0.0,
unsigned long  points_to = 0 
)
inline

Definition at line 76 of file nn.h.

References d_points_to, d_weight, d_weight_actual, and d_weight_ancient.

Member Data Documentation

unsigned long Dendrite::d_points_to

Definition at line 74 of file nn.h.

Referenced by Dendrite(), and Neuron::SetDendrites().

double Dendrite::d_weight_actual

Definition at line 73 of file nn.h.

Referenced by Dendrite(), Network::RandomizeWB(), and Network::Train().

double Dendrite::d_weight_ancient

Definition at line 72 of file nn.h.

Referenced by Dendrite(), Network::RandomizeWB(), and Network::Train().


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