<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.fann.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.fann-reset-mse.php',
    1 => 'fann_reset_MSE',
    2 => 'Resets the mean square error from the network',
  ),
  'up' => 
  array (
    0 => 'ref.fann.php',
    1 => 'Fann Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.fann-reset-errstr.php',
    1 => 'fann_reset_errstr',
  ),
  'next' => 
  array (
    0 => 'function.fann-run.php',
    1 => 'fann_run',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/fann/functions/fann-reset-mse.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fann-reset-mse" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fann_reset_MSE</h1>
  <p class="verinfo">(PECL fann &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">fann_reset_MSE</span> &mdash; <span class="dc-title">Resets the mean square error from the network</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fann-reset-mse-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fann_reset_MSE</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$ann</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Resets the mean square error from the network.
  </p>
  <p class="para">
   This function also resets the number of bits that fail.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fann-reset-mse-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">ann</code></dt>
    <dd>
      <p class="para"><span class="type">Ressource</span> eines neuralen Netzwerks.</p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fann-reset-mse-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">Gibt <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> bei Erfolg, sonst <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurück.</p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fann-reset-mse-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.fann-get-mse.php" class="function" rel="rdfs-seeAlso">fann_get_MSE()</a> - Reads the mean square error from the network</span></li>
    <li><span class="function"><a href="function.fann-get-bit-fail.php" class="function" rel="rdfs-seeAlso">fann_get_bit_fail()</a> - The number of fail bits</span></li>
    <li><span class="function"><a href="function.fann-get-bit-fail-limit.php" class="function" rel="rdfs-seeAlso">fann_get_bit_fail_limit()</a> - Returns the bit fail limit used during training</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>