Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 2862

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Reads the mean square error from the network</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.fann-get-learning-rate.html">fann_get_learning_rate</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.fann-get-network-type.html">fann_get_network_type</a></div>
 <div class="up"><a href="ref.fann.html">Fann Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.fann-get-mse" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fann_get_MSE</h1>
  <p class="verinfo">(PECL fann &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">fann_get_MSE</span> &mdash; <span class="dc-title">Reads the mean square error from the network</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fann-get-mse-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><strong>fann_get_MSE</strong></span>
    ( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$ann</code></span>
   )</div>

  <p class="para rdfs-comment">
   Reads the mean square error from the network.
  </p>
  <p class="para">
   Reads the mean square error from the network. This value is calculated during training or testing and can therefore
   sometimes be a bit off if the weights have been changed since the last calculation of the value.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fann-get-mse-parameters">
  <h3 class="title">Parameters</h3>
  <dl>

   <dt>

    <span class="term"><em><code class="parameter">ann</code></em></span>
    <dd>

     <p class="para">Neural network <span class="type"><a href="language.types.resource.html" class="type resource">resource</a></span>.</p>
    </dd>

   </dt>

  </dl>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fann-get-mse-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   The mean square error, or <strong><code>FALSE</code></strong> on error.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fann-get-mse-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.fann-test-data.html" class="function" rel="rdfs-seeAlso">fann_test_data()</a> - Test a set of training data and calculates the MSE for the training data</span></li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.fann-get-learning-rate.html">fann_get_learning_rate</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.fann-get-network-type.html">fann_get_network_type</a></div>
 <div class="up"><a href="ref.fann.html">Fann Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>