CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes
net_ Struct Reference

#include <mlp_gen.h>

Public Attributes

int Debug
 
dbl ** Delta
 
dbl ** Deriv1
 
dbl ** Inn
 
int Nlayer
 
int * Nneur
 
int Nweights
 
dbl ** Outn
 
int Rdwt
 
int ** T_func
 
dbl ** vWeights
 
dbl *** Weights
 

Detailed Description

Definition at line 16 of file mlp_gen.h.

Member Data Documentation

int net_::Debug

Definition at line 23 of file mlp_gen.h.

dbl ** net_::Delta

Definition at line 21 of file mlp_gen.h.

dbl** net_::Deriv1

Definition at line 21 of file mlp_gen.h.

dbl ** net_::Inn

Definition at line 21 of file mlp_gen.h.

int net_::Nlayer

Definition at line 18 of file mlp_gen.h.

int * net_::Nneur

Definition at line 18 of file mlp_gen.h.

int net_::Nweights

Definition at line 18 of file mlp_gen.h.

dbl ** net_::Outn

Definition at line 21 of file mlp_gen.h.

int net_::Rdwt

Definition at line 23 of file mlp_gen.h.

int** net_::T_func

Definition at line 22 of file mlp_gen.h.

dbl** net_::vWeights

Definition at line 20 of file mlp_gen.h.

dbl*** net_::Weights

Definition at line 19 of file mlp_gen.h.