![]() |
OpenANN
1.1.0
An open source library for artificial neural networks.
|
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... | |
Provides information about the output of a layer.
| int OpenANN::OutputInfo::outputs | ( | ) |
Get number of outputs.
| std::vector<int> OpenANN::OutputInfo::dimensions |
The dimensions of the output. There can be 1-3 dimensions.
1.8.4