2009-08-09 11:17:39 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=UTF-8" >
< title > Neural++: Member List< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
<!-- Generated by Doxygen 1.5.6 -->
< div class = "navigation" id = "top" >
< div class = "tabs" >
< ul >
< li > < a href = "index.html" > < span > Main Page< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul >
< / div >
< div class = "tabs" >
< ul >
< li > < a href = "annotated.html" > < span > Class List< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class Members< / span > < / a > < / li >
< / ul >
< / div >
< / div >
< div class = "contents" >
< h1 > neuralpp::Layer Member List< / h1 > This is the complete list of members for < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > , including all inherited members.< p > < table >
< tr class = "memlist" > < td > < a class = "el" href = "classneuralpp_1_1Layer.html#824367da29f92253a027a7c5b4a4405e" > actv_f< / a > < / td > < td > < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > < / td > < td > < code > [private]< / code > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classneuralpp_1_1Layer.html#855685c9da56b06b629e13a2f8c719ce" > elements< / a > < / td > < td > < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > < / td > < td > < code > [private]< / code > < / td > < / tr >
2009-08-15 02:59:09 +02:00
< tr class = "memlist" > < td > < a class = "el" href = "classneuralpp_1_1Layer.html#fb08bddd85d36570dabfe915461f07c5" > Layer< / a > (size_t sz, double(*a)(double))< / td > < td > < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classneuralpp_1_1Layer.html#609ed16b8d79dc384b01ba7d16b72bd1" > Layer< / a > (vector< Neuron > & neurons, double(*a)(double))< / td > < td > < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > < / td > < td > < / td > < / tr >
2009-08-09 11:17:39 +02:00
< tr class = "memlist" > < td > < a class = "el" href = "classneuralpp_1_1Layer.html#ac33444fde14633fa1ad4acb024ad150" > link< / a > (Layer & l)< / td > < td > < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classneuralpp_1_1Layer.html#45ff7554830558155c6fbce3b6827122" > operator[]< / a > (size_t i)< / td > < td > < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classneuralpp_1_1Layer.html#fcfd306039dbaf91c9e2dcc8fc1f1ce1" > propagate< / a > ()< / td > < td > < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classneuralpp_1_1Layer.html#98f79281b680b1d18fd91fa5794c0899" > setActv< / a > (vector< double > & v)< / td > < td > < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classneuralpp_1_1Layer.html#dbad95f635343a2998794113d7762cf7" > setProp< / a > (vector< double > & v)< / td > < td > < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > < / td > < td > < / td > < / tr >
2009-08-15 02:59:09 +02:00
< tr class = "memlist" > < td > < a class = "el" href = "classneuralpp_1_1Layer.html#7ca71ed62fbe9c1e9c0fb6a8dcaf76f0" > size< / a > () const < / td > < td > < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > < / td > < td > < / td > < / tr >
2009-08-09 11:17:39 +02:00
< tr class = "memlist" > < td > < a class = "el" href = "classneuralpp_1_1Layer.html#c023a15a16353d0b4f44060a159f550f" > update_weights< / a > < / td > < td > < a class = "el" href = "classneuralpp_1_1Layer.html" > neuralpp::Layer< / a > < / td > < td > < code > [private]< / code > < / td > < / tr >
< / table > < / div >
2009-08-15 02:59:09 +02:00
< hr size = "1" > < address style = "text-align: right;" > < small > Generated on Sat Aug 15 02:56:02 2009 for Neural++ by
2009-08-09 11:17:39 +02:00
< a href = "http://www.doxygen.org/index.html" >
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.5.6 < / small > < / address >
< / body >
< / html >