Todo List

Class Pattern
Supports for storing all properties of Cluster... storing Linkers info ?!?!

File ionnfw.h
XML I/O functions doesn't support name with spaces

File ionnfw.h
there's no support for UTF-8 coding or LOCALE string representation

File liboutputfunctions.h
ComboLinearFunction, a subclass of OutputFunction that constructs a linear combination of OutputFunctions: example: 4*Sigmoid(x)+2*Linear(x)

File neuralnet.h
The removeCluster/removeLinker are very slow because Clusters and Linkers are memorized via std::vector; for a better performances std::vector should changed to std::map

File nnfw.h
It's really useful this include file ?!?! I think that a file including everything is not very useful rather a set of files that includes only some categories of classes: example libclusters.h may includes all subclasses of Cluster, liblinkers.h may includes all subclasses of Linker, and so on.

File vectordata.h
creation of MathVector template, a subclass of VectorData for types that supports math operation (+,-,*,/, etc), so it's faster and easier create vectors of int, boolean, and so on.
BerliOS Developer Logo Valid XHTML 1.0 Transitional Valid CSS!