neuralpp/doc/html/neural_09_09__exception_8hp...

51 lines
4.0 KiB
HTML

<!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++: neural++_exception.hpp File 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&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>neural++_exception.hpp File Reference</h1><code>#include &lt;exception&gt;</code><br>
<p>
<a href="neural_09_09__exception_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<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 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_1NetworkFileNotFoundException.html">neuralpp::NetworkFileNotFoundException</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classneuralpp_1_1NetworkFileWriteException.html">neuralpp::NetworkFileWriteException</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classneuralpp_1_1InvalidXMLException.html">neuralpp::InvalidXMLException</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classneuralpp_1_1NetworkIndexOutOfBoundsException.html">neuralpp::NetworkIndexOutOfBoundsException</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classneuralpp_1_1InvalidSynapticalWeightException.html">neuralpp::InvalidSynapticalWeightException</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Exception raised when, while trying the network or directly, the weight of a synapsis is set to a value |w| &gt; 1. <a href="classneuralpp_1_1InvalidSynapticalWeightException.html#_details">More...</a><br></td></tr>
</table>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 20:53:42 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>
</html>