ActivationsToGui Struct Reference

The class with data exchanged with the GUI. More...

Public Attributes

bool activations
 Whether data in the vector is neurons activations or net intput and error.
QVector< float > data
 The vector with data.
int updatesCounter
 The current step.

Detailed Description

The class with data exchanged with the GUI.

Here we only have data exchanged with the neuron monitor (i.e. neurons activations)

Definition at line 71 of file evonet.h.

Member Data Documentation

bool activations

Whether data in the vector is neurons activations or net intput and error.

If true data in the vector is made up of neurons activations, otherwise it is made up of net inputs and the last element is the error

Definition at line 81 of file evonet.h.

QVector<float> data

The vector with data.

Definition at line 86 of file evonet.h.

int updatesCounter

The current step.

Definition at line 91 of file evonet.h.


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