(git:c5411e0)
Loading...
Searching...
No Matches
nnp_environment_types::nnp_arc_type Type Reference

Data type for artificial neural networks. More...

Data Fields

type(nnp_arc_layer_type), dimension(:), pointer layer
 
integer, dimension(:), allocatable n_nodes
 

Detailed Description

Data type for artificial neural networks.

Author
Christoph Schran (chris.nosp@m.toph.nosp@m..schr.nosp@m.an@r.nosp@m.ub.de)
Date
2020-10-10

Definition at line 248 of file nnp_environment_types.F.

Field Documentation

◆ layer

type(nnp_arc_layer_type), dimension(:), pointer nnp_environment_types::nnp_arc_type::layer

Definition at line 249 of file nnp_environment_types.F.

◆ n_nodes

integer, dimension(:), allocatable nnp_environment_types::nnp_arc_type::n_nodes

Definition at line 250 of file nnp_environment_types.F.


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