Is it time to release 1.0 version?

This commit is contained in:
blacklight 2009-09-04 11:27:14 +02:00
parent 89b0ad2f8a
commit a7fa05ba40
140 changed files with 1710 additions and 829 deletions

View file

@ -28,6 +28,8 @@
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceneuralpp.html">neuralpp</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceneuralpp_1_1neuralutils.html">neuralpp::neuralutils</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classneuralpp_1_1NeuralNet.html">neuralpp::NeuralNet</a></td></tr>
@ -48,17 +50,27 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structneuralpp_1_1synrecord.html">neuralpp::synrecord</a></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#839a9222721835f53c5b248241f535f4">RAND</a>&nbsp;&nbsp;&nbsp;(double) ( (rand() / (RAND_MAX/2)) - 1)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#839a9222721835f53c5b248241f535f4">RAND</a>&nbsp;&nbsp;&nbsp;(double) ( (rand() / 10.0) / ((double) RAND_MAX) )</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Default rand value: |sin(rand)|, always &gt;= 0 and &lt;= 1. <a href="#839a9222721835f53c5b248241f535f4"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#05e2bb5b9fc32f0b6b4d84fe43177d72">BETA0</a>&nbsp;&nbsp;&nbsp;1.0</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="neural_09_09_8hpp.html#05e2bb5b9fc32f0b6b4d84fe43177d72">BETA0</a>&nbsp;&nbsp;&nbsp;0.8</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Initial value for the inertial momentum of the synapses. <a href="#05e2bb5b9fc32f0b6b4d84fe43177d72"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceneuralpp.html#43c8197cc83f65fa9676386579671aec">neuralpp::df</a> (double(*f)(double), double x)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceneuralpp.html#7df3a0de999c7a635f2289749ed4f194">neuralpp::__actv</a> (double prop)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">std::vector&lt; double &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceneuralpp_1_1neuralutils.html#68719b3d63ca48ed264e1b730a1aaa4a">neuralpp::neuralutils::split</a> (char delim, std::string str)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Split a string into a vector of doubles, given a delimitator. <a href="#68719b3d63ca48ed264e1b730a1aaa4a"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">std::vector&lt; std::string &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceneuralpp_1_1neuralutils.html#1d887e4bcc7ef2d50cbeca984767a78b">neuralpp::neuralutils::splitLines</a> (std::string str)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Split the lines of a string. <a href="#1d887e4bcc7ef2d50cbeca984767a78b"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceneuralpp_1_1neuralutils.html#f7932c25bd82b19173d2f3d2e5cef488">neuralpp::neuralutils::toLower</a> (std::string &amp;str)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert the characters of a string to lower case. <a href="#f7932c25bd82b19173d2f3d2e5cef488"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceneuralpp_1_1neuralutils.html#265b22d1a6110646b42693b96c21ca8b">neuralpp::neuralutils::toUpper</a> (std::string &amp;str)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert the characters of a string to upper case. <a href="#265b22d1a6110646b42693b96c21ca8b"></a><br></td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="05e2bb5b9fc32f0b6b4d84fe43177d72"></a><!-- doxytag: member="neural++.hpp::BETA0" ref="05e2bb5b9fc32f0b6b4d84fe43177d72" args="" -->
@ -66,14 +78,12 @@
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define BETA0&nbsp;&nbsp;&nbsp;1.0 </td>
<td class="memname">#define BETA0&nbsp;&nbsp;&nbsp;0.8 </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Initial value for the inertial momentum of the synapses.
<p>
</div>
@ -83,20 +93,18 @@ Initial value for the inertial momentum of the synapses.
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define RAND&nbsp;&nbsp;&nbsp;(double) ( (rand() / (RAND_MAX/2)) - 1) </td>
<td class="memname">#define RAND&nbsp;&nbsp;&nbsp;(double) ( (rand() / 10.0) / ((double) RAND_MAX) ) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Default rand value: |sin(rand)|, always &gt;= 0 and &lt;= 1.
<p>
</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 20:53:42 2009 for Neural++ by&nbsp;
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Sep 4 11:25:49 2009 for Neural++ by&nbsp;
<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>