| include/backpropagationalgo.h [code] | |
| include/biasedcluster.h [code] | This file contains the declaration of BiasedCluster class |
| include/clonable.h [code] | |
| include/cluster.h [code] | This file contains the declarations of the Cluster class |
| include/copylinker.h [code] | |
| include/ddecluster.h [code] | |
| include/derivableoutputfunction.h [code] | This file contains the declaration of the abstract DerivableOutputFunction Class |
| include/dotlinker.h [code] | |
| include/fakecluster.h [code] | |
| include/ionnfw.h [code] | Function for I/O operations |
| include/learningalgorithm.h [code] | |
| include/libcompetitivefunctions.h [code] | Library of Competitive OutputFunction |
| include/liboutputfunctions.h [code] | Library of Common OutputFunction |
| include/libperiodicfunctions.h [code] | Library of Periodic OutputFunction |
| include/libradialfunctions.h [code] | Library of Radial OutputFunction |
| include/linker.h [code] | This file contains the declaration of the linkers implemented |
| include/matrixdata.h [code] | This file contains the template MatrixData Class; Don't include this file directly, instead include types.h |
| include/matrixlinker.h [code] | |
| include/memutils.h [code] | |
| include/messages.h [code] | This file contains the declaration of classes for displaying warning, error and fatal messages; Don't include this file directly, instead include types.h |
| include/neuralnet.h [code] | This file contains the declaration of Neural Network Class |
| include/nnfw.h [code] | This is the main header files!! Include this file in your project... and play :-) |
| include/nnfwfactory.h [code] | This file contains the Factory pattern for generating Cluster, Linker and other things ;-) This class have static method for generating Cluster, Linker and Common neural network structure It's possible to add new object in the Factory using the Creator template on your class and then register it |
| include/normlinker.h [code] | |
| include/observ.h [code] | This file contains the pattern Observer/Observable ; Don't include this file directly, instead include types.h |
| include/outputfunction.h [code] | This file contains the declaration of the abstract OutputFunction Class |
| include/primtypes.h [code] | This file contains definition of primitive types ; Don't include this file directly, instead include types.h |
| include/propertized.h [code] | The infrastructure for implementing properties |
| include/random.h [code] | This file contains the Random Class |
| include/realmat.h [code] | This file contains the RealMat Class; Don't include this file directly, instead include types.h |
| include/realvec.h [code] | This file contains the RealVec Class; Don't include this file directly, instead include types.h |
| include/simplecluster.h [code] | |
| include/sparsematrixlinker.h [code] | |
| include/types.h [code] | This file contains the common type defitions used on the whole framework |
| include/updatable.h [code] | |
| include/utils.h [code] | This file contains some utilities functions |
| include/vectordata.h [code] | This file contains the template VectorData ; Don't include this file directly, instead include types.h |