struct fann_layer

Name

struct fann_layer -- Describes a layer in a network.

Description

This structure is subject to change at any time. If you require direct access to the contents of this structure, you may want to consider contacting the FANN development team.

Properties

struct fann_neuron * first_neuron

A pointer to the first neuron in the layer. When allocated, all the neurons in all the layers are actually in one long array, this is because we want to easily clear all the neurons at once.

struct fann_neuron * last_neuron

A pointer to the neuron past the last neuron in the layer the number of neurons is last_neuron - first_neuron


SourceForge.net Logo