mirror of
https://github.com/BlackLight/neuralpp.git
synced 2025-07-11 01:18:08 +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><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>
|
||||
<li><a href="examples.html"><span>Examples</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="tabs">
|
||||
|
@ -34,9 +35,14 @@
|
|||
<tr><td class="indexkey"><a class="el" href="structCMarkup_1_1SavedPosMap.html">CMarkup::SavedPosMap</a></td><td class="indexvalue"></td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="structCMarkup_1_1SavedPosMapArray.html">CMarkup::SavedPosMapArray</a></td><td class="indexvalue"></td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="structCMarkup_1_1TokenPos.html">CMarkup::TokenPos</a></td><td class="indexvalue"></td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classneuralpp_1_1InvalidSynapticalWeightException.html">neuralpp::InvalidSynapticalWeightException</a></td><td class="indexvalue">Exception raised when, while trying the network or directly, the weight of a synapsis is set to a value |w| > 1 </td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classneuralpp_1_1InvalidXMLException.html">neuralpp::InvalidXMLException</a></td><td class="indexvalue">Exception thrown when trying parsing an invalid XML </td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classneuralpp_1_1Layer.html">neuralpp::Layer</a></td><td class="indexvalue">Class for managing layers of neurons </td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="structMCD__CSTR.html">MCD_CSTR</a></td><td class="indexvalue"></td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="structneuralpp_1_1netrecord.html">neuralpp::netrecord</a></td><td class="indexvalue"></td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classneuralpp_1_1NetworkFileNotFoundException.html">neuralpp::NetworkFileNotFoundException</a></td><td class="indexvalue">Exception thrown when doing an attempt to load a network from an invalid file </td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classneuralpp_1_1NetworkFileWriteException.html">neuralpp::NetworkFileWriteException</a></td><td class="indexvalue">Exception thrown when trying to write the network's information to a file that cannot be written </td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classneuralpp_1_1NetworkIndexOutOfBoundsException.html">neuralpp::NetworkIndexOutOfBoundsException</a></td><td class="indexvalue">Exception raised when trying to access a neuron whose index is larger than the number of neurons in the network </td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classneuralpp_1_1NeuralNet.html">neuralpp::NeuralNet</a></td><td class="indexvalue">Main project's class </td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classneuralpp_1_1Neuron.html">neuralpp::Neuron</a></td><td class="indexvalue">Class for managing neurons </td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="structneuralpp_1_1neuronrecord.html">neuralpp::neuronrecord</a></td><td class="indexvalue"></td></tr>
|
||||
|
@ -44,7 +50,7 @@
|
|||
<tr><td class="indexkey"><a class="el" href="structneuralpp_1_1synrecord.html">neuralpp::synrecord</a></td><td class="indexvalue"></td></tr>
|
||||
</table>
|
||||
</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