OpenANN  1.1.0
An open source library for artificial neural networks.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
OpenANN::OutputInfo Class Reference

Provides information about the output of a layer. More...

#include <Layer.h>

Public Member Functions

int outputs ()
 Get number of outputs. More...
 

Public Attributes

std::vector< int > dimensions
 The dimensions of the output. There can be 1-3 dimensions. More...
 

Detailed Description

Provides information about the output of a layer.

Member Function Documentation

int OpenANN::OutputInfo::outputs ( )

Get number of outputs.

Returns
number of output nodes

Member Data Documentation

std::vector<int> OpenANN::OutputInfo::dimensions

The dimensions of the output. There can be 1-3 dimensions.


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