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++: neuralpp Namespace Reference< / 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 class = "current" > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
2009-08-16 20:57:15 +02:00
< li > < a href = "examples.html" > < span > Examples< / span > < / a > < / li >
2009-08-09 11:17:39 +02:00
< / ul >
< / div >
2009-08-15 02:59:09 +02:00
< div class = "tabs" >
< ul >
< li > < a href = "namespaces.html" > < span > Namespace List< / span > < / a > < / li >
< li > < a href = "namespacemembers.html" > < span > Namespace Members< / span > < / a > < / li >
< / ul >
< / div >
2009-08-09 11:17:39 +02:00
< / div >
< div class = "contents" >
< h1 > neuralpp Namespace Reference< / h1 > Main namespace for the library.
< a href = "#_details" > More...< / a >
< p >
< table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Classes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1NeuralNet.html" > NeuralNet< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Main project's class. < a href = "classneuralpp_1_1NeuralNet.html#_details" > More...< / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1Synapsis.html" > Synapsis< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Class for managing synapsis. < a href = "classneuralpp_1_1Synapsis.html#_details" > More...< / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1Neuron.html" > Neuron< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Class for managing neurons. < a href = "classneuralpp_1_1Neuron.html#_details" > More...< / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1Layer.html" > Layer< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Class for managing layers of neurons. < a href = "classneuralpp_1_1Layer.html#_details" > More...< / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > struct < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structneuralpp_1_1netrecord.html" > netrecord< / a > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > struct < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structneuralpp_1_1neuronrecord.html" > neuronrecord< / a > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > struct < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structneuralpp_1_1synrecord.html" > synrecord< / a > < / td > < / tr >
2009-08-16 20:57:15 +02:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1NetworkFileNotFoundException.html" > NetworkFileNotFoundException< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Exception thrown when doing an attempt to load a network from an invalid file. < a href = "classneuralpp_1_1NetworkFileNotFoundException.html#_details" > More...< / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1NetworkFileWriteException.html" > NetworkFileWriteException< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Exception thrown when trying to write the network's information to a file that cannot be written. < a href = "classneuralpp_1_1NetworkFileWriteException.html#_details" > More...< / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1InvalidXMLException.html" > InvalidXMLException< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Exception thrown when trying parsing an invalid XML. < a href = "classneuralpp_1_1InvalidXMLException.html#_details" > More...< / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1NetworkIndexOutOfBoundsException.html" > NetworkIndexOutOfBoundsException< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Exception raised when trying to access a neuron whose index is larger than the number of neurons in the network. < a href = "classneuralpp_1_1NetworkIndexOutOfBoundsException.html#_details" > More...< / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > class < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1InvalidSynapticalWeightException.html" > InvalidSynapticalWeightException< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Exception raised when, while trying the network or directly, the weight of a synapsis is set to a value |w| > 1. < a href = "classneuralpp_1_1InvalidSynapticalWeightException.html#_details" > More...< / a > < br > < / td > < / tr >
2009-09-04 11:27:14 +02:00
< tr > < td colspan = "2" > < br > < h2 > Namespaces< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > namespace < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceneuralpp_1_1neuralutils.html" > neuralutils< / a > < / td > < / tr >
2009-08-15 02:59:09 +02:00
< tr > < td colspan = "2" > < br > < h2 > Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > double < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceneuralpp.html#43c8197cc83f65fa9676386579671aec" > df< / a > (double(*f)(double), double x)< / td > < / tr >
2009-08-16 20:57:15 +02:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > double < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceneuralpp.html#7df3a0de999c7a635f2289749ed4f194" > __actv< / a > (double prop)< / td > < / tr >
2009-08-09 11:17:39 +02:00
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
2009-08-15 02:59:09 +02:00
Main namespace for the library. < hr > < h2 > Function Documentation< / h2 >
2009-08-16 20:57:15 +02:00
< a class = "anchor" name = "7df3a0de999c7a635f2289749ed4f194" > < / a > <!-- doxytag: member="neuralpp::__actv" ref="7df3a0de999c7a635f2289749ed4f194" args="(double prop)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > double neuralpp::__actv < / td >
< td > (< / td >
< td class = "paramtype" > double < / td >
< td class = "paramname" > < em > prop< / em > < / td >
< td > ) < / td >
< td > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
2009-08-15 02:59:09 +02:00
< a class = "anchor" name = "43c8197cc83f65fa9676386579671aec" > < / a > <!-- doxytag: member="neuralpp::df" ref="43c8197cc83f65fa9676386579671aec" args="(double(*f)(double), double x)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > double neuralpp::df < / td >
< td > (< / td >
< td class = "paramtype" > double(*)(double) < / td >
< td class = "paramname" > < em > f< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > double < / td >
< td class = "paramname" > < em > x< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< / div >
< / div > < p >
< / div >
2009-09-04 11:27:14 +02:00
< hr size = "1" > < address style = "text-align: right;" > < small > Generated on Fri Sep 4 11:25:49 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 >