FeedForwardNetwork Member List

This is the complete list of members for FeedForwardNetwork, including all inherited members.
backprop(Image< double > target)FeedForwardNetwork
backprop3L(Image< double > target)FeedForwardNetwork
FeedForwardNetwork()FeedForwardNetwork
getOutput()FeedForwardNetwork [inline]
init(std::string wh_file, std::string wo_file, int inunits, int hidunits, int outunits, double lrate, double mrate)FeedForwardNetwork
init(int inunits, int hidunits, int outunits, double lrate, double mrate)FeedForwardNetwork
init(Image< double > wh, Image< double > wo, double lrate, double mrate)FeedForwardNetwork
init3L(std::string wh1_file, std::string wh2_file, std::string wo_file, int inunits, int hid1units, int hid2units, int outunits, double lrate, double mrate)FeedForwardNetwork
init3L(int inunits, int hid1units, int hid2units, int outunits, double lrate, double mrate)FeedForwardNetwork
init3L(Image< double > wh, Image< double > wh2, Image< double > wo, double lrate, double mrate)FeedForwardNetwork
run(Image< double > input)FeedForwardNetwork
run3L(Image< double > input)FeedForwardNetwork
setLearningRate(double newLR)FeedForwardNetwork
write(std::string wh_file, std::string wo_file)FeedForwardNetwork
write3L(std::string wh1_file, std::string wh2_file, std::string wo_file)FeedForwardNetwork
~FeedForwardNetwork()FeedForwardNetwork
Generated on Sun May 8 08:21:40 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3