mirror of
https://github.com/BlackLight/neuralpp.git
synced 2025-08-06 17:18:58 +02:00
Documentation re-generated, a lot of minor stuff
This commit is contained in:
parent
d52976e74e
commit
7861e56f35
144 changed files with 2589 additions and 851 deletions
doc/html
|
@ -12,6 +12,7 @@
|
|||
<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>
|
||||
<li><a href="examples.html"><span>Examples</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="tabs">
|
||||
|
@ -46,12 +47,49 @@
|
|||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
Main namespace for the library. <hr><h2>Function Documentation</h2>
|
||||
<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>
|
||||
<a class="anchor" name="43c8197cc83f65fa9676386579671aec"></a><!-- doxytag: member="neuralpp::df" ref="43c8197cc83f65fa9676386579671aec" args="(double(*f)(double), double x)" -->
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
|
@ -82,7 +120,7 @@ Main namespace for the library. <hr><h2>Function Documentation</h2>
|
|||
</div>
|
||||
</div><p>
|
||||
</div>
|
||||
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 15 02:56:02 2009 for Neural++ by
|
||||
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 20:53:42 2009 for Neural++ by
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue