XCSF  1.4.7
XCSF learning classifier system
Llist Struct Reference

Forward declaration of layer structure. More...

#include <neural.h>

Collaboration diagram for Llist:
[legend]

Data Fields

struct Layerlayer
 Pointer to the layer data structure. More...
 
struct Llistprev
 Pointer to the previous layer (forward) More...
 
struct Llistnext
 Pointer to the next layer (backward) More...
 

Detailed Description

Forward declaration of layer structure.

Double linked list of layers data structure.

Definition at line 39 of file neural.h.

Field Documentation

◆ layer

◆ next

struct Llist* Llist::next

Pointer to the next layer (backward)

Definition at line 42 of file neural.h.

Referenced by neural_insert(), neural_learn(), neural_remove(), and pred_neural_expand().

◆ prev


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