openGPMP
Open Source Mathematics Package
Public Attributes | List of all members
gpmp::ml::neuron Struct Reference

#include <mlp_net.hpp>

Public Attributes

long double sortir
 
long double err
 
long double * wt
 
long double * wt_last
 
long double * wt_saved
 

Detailed Description

Definition at line 66 of file mlp_net.hpp.

Member Data Documentation

◆ err

long double gpmp::ml::neuron::err

Definition at line 70 of file mlp_net.hpp.

Referenced by gpmp::ml::PrimaryMLP::PrimaryMLP().

◆ sortir

long double gpmp::ml::neuron::sortir

Definition at line 68 of file mlp_net.hpp.

Referenced by gpmp::ml::PrimaryMLP::PrimaryMLP().

◆ wt

long double* gpmp::ml::neuron::wt

Definition at line 72 of file mlp_net.hpp.

Referenced by gpmp::ml::PrimaryMLP::PrimaryMLP().

◆ wt_last

long double* gpmp::ml::neuron::wt_last

Definition at line 74 of file mlp_net.hpp.

Referenced by gpmp::ml::PrimaryMLP::PrimaryMLP().

◆ wt_saved

long double* gpmp::ml::neuron::wt_saved

Definition at line 76 of file mlp_net.hpp.

Referenced by gpmp::ml::PrimaryMLP::PrimaryMLP().


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